GetWorkingFolder(String,Boolean) Method
Gets the working folder for the corresponding vault folder
Syntax
FolderPathAbsolute GetWorkingFolder(
System.string vaultFolder,
System.bool expandSysVariables
)Overloads Function GetWorkingFolder( _
ByVal vaultFolder As System.String, _
ByVal expandSysVariables As System.Boolean _
) As FolderPathAbsoluteParameters
| Name | Description |
|---|---|
| vaultFolder | The full path of the vault folder |
| expandSysVariables | Whether or not to expanded system variables embeded in the working folder's path |
Return Value
The full path of the working folder
Remarks
If the vaultFolder is cloaked, this method returns null.