View Single Post
Old 8th December 2005, 21:05   #46  |  Link
Ebobtron
Errant Knight
 
Ebobtron's Avatar
 
Join Date: Oct 2004
Location: St Louis, M0 US
Posts: 364
Quote:
Renaming to fctemp.avs is fine.
That is what I did.
Quote:
Putting it to script dir will work
Works great
Quote:
but
you can consider two other possibility, when it resides in FilmCutter (or TEMP) directory:
2. OR you may try to add "SetWorkingDir (original path)" to beginning of project avs.
Works just as well but could be more confusing to user I think.
Quote:
3. ELSE you may set working dir for filmcutter.exe (by some Windows API command).
This does not work in simple form and could be a lot of work when the two above always work.
This could be revisited later.

I did look though the API functions could not find the one I need like below.
Code:
Class GodLike
{
   bool readUsersMind(void);
};
Then I could write:
Code:
if(!lstrcmp(fName,"Untitled")
  {
    readUsersMind();
  }
"When there is no path, there is no solution."

Ebobtron

p.s. Next
Ebobtron is offline   Reply With Quote