Get Temporary File/Directory

Does anybody know if it's possible in FinalBuilder 5 (or later - would be good to force my company to pay for an upgrade...) to get a temporary file or directory?

Similar to the .NET function System.IO.Path.GetTempFileName() method.

Regards,

 

Matthew Pass

Northrop Grumman Sperry Marine B.V.

 

Hi Matthew,

You’ll need to use the Run Script action and the FileSystemObject, see:

http://msdn.microsoft.com/en-us/library/w0azsy9b(v=VS.85).aspx

Regards,
Paul.