Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: pjaquiery
Forum: [VBP] General Discussion 05-15-2003, 05:15 PM
Replies: 3
Views: 10,436
Posted By pjaquiery
put something like the following in a script...

put something like the following in a script step:

if (! FileExists (Application.FindMacro ("DIRVAR").Value + "\\" + Application.FindMacro ("FIRSTVAR").Value))
throw "failure"

The...
Forum: [VBP] General Discussion 05-15-2003, 04:15 PM
Replies: 3
Views: 10,436
Posted By pjaquiery
The following JScript function does the trick: ...

The following JScript function does the trick:

function FileExists (filename)
{
var fso = new ActiveXObject("Scripting.FileSystemObject");
return fso.FileExists(filename);
}


The VBScript...
Showing results 1 to 2 of 2

 

All times are GMT -5. The time now is 08:33 AM.


Copyright © 1999-2023 Kinook Software, Inc.