Convert the local file or folder path to the corresponding folder path in Vault.
Namespace: Autodesk.iLogic.Vault
Assembly: Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 30.0
Syntax
VB
Public Function ConvertLocalPathToVaultPath ( LocalPath As String ) As String
C#
public string ConvertLocalPathToVaultPath( string LocalPath )
Parameters
- LocalPath
- Type: System.String
File or Folder path in local working folder
Return Value
Type: StringVault Folder Path; if LocalPath is a file path, the file's parent Folder Path returns