GetWorkingFolder(String) Method
Gets the working folder for the corresponding vault folder
Syntax
FolderPathAbsolute GetWorkingFolder(
System.string vaultFolder
)Overloads Function GetWorkingFolder( _
ByVal vaultFolder As System.String _
) As FolderPathAbsoluteParameters
| Name | Description |
|---|---|
| vaultFolder | The full path of the vault folder |
Return Value
The full path of the working folder
Remarks
This function returns the path of the working folder that is mapped to this vault folder. For virtual folders without an explicit mapping, a default location will be returned. If the vaultFolder is cloaked, this method returns null.