Name

Description

AppFolder

Return ScriptManager's main application folder.

Directory

Returns the directory of the specified path.

DirectoryName

Returns the directory name of the specified path

ExtendPath

Return the full path by combining ScriptManager's main application folder and the relative path specified.

FileCount

Return the number of files in the specified folder that match the pattern. If includeSubFolders is set to False, only folder will be searched. If includeSubFolders is set to True, also sub folders will be searched.

FileExists

Returns a Boolean indicating whether the specified filePath exists (True) or not (False).

FileName

Returns the filename of the specified path.

FileExtension

Returns the file extention of the specified path.

FilesEqual

Returns a Boolean indicating whether the specified filePath1 and filePath2 are equal (True) or not (False).

FolderCount

Return the number of sub folders in the specified folder that match the pattern. If includeSubFolders is set to False, only folder will be searched. If includeSubFolders is set to True, also sub folders will be searched.

FolderExists

Returns a Boolean indicating whether the specified folderPath exists (True) or not (False).

JoinPaths

Join the two specified parts into a full path.

ParentPath

Returns the parent path of the specified path.

RelativePath

Returns the relative path given the full path and a base path

ScriptFile

Return the full path of the current script file (xml)

TempFile

Returns a temporary filename

TempFolder

Returns the temporary folder


Back to Function reference