filecataloger.com > Script > Function -- GetScriptFileFolder

GetScriptFileFolder Function

Remarks:
return the folder path of the current running script file.
Syntax:

sff = GetScriptFileFolder

 
Return value:
Value Description
sff the folder path of the current script file.
example:

Dim sScriptFolder
sScriptFolder = GetScriptFileFolder

If IsOK Then MsgBox "the folder path of the current script file is " & sScriptFolder

   
See Also:
 
©2008 Greendgh Software. All rights reserved. Privacy statement