GetPathOfFileInWorkingFolder Method
Gets the full path of the specified file in it's working folder
Syntax
FilePathAbsolute GetPathOfFileInWorkingFolder(
FileIteration file
)Function GetPathOfFileInWorkingFolder( _
ByVal file As FileIteration _
) As FilePathAbsoluteParameters
| Name | Description |
|---|---|
| file | The file to retrieve the path for |
Return Value
The full path to the file (containing both the directory and file name) in it's working folder
Remarks
If the file is cloaked, this method returns null If the file's direct parent folder is cloaked, this method returns null.