GetAllWorkingFolders Method
Returns a dictionary of all the working folder mappings
Syntax
System.Collections.Generic.Dictionary<string,FolderPathAbsolute> GetAllWorkingFolders(
System.bool expandSysVariables
)Function GetAllWorkingFolders( _
Optional ByVal expandSysVariables As System.Boolean _
) As System.Collections.Generic.Dictionary(Of String,FolderPathAbsolute)Parameters
| Name | Description |
|---|---|
| expandSysVariables |
Return Value
A case-insensitive dictionary containing all mappings between vault folders and working folders.