Autodesk Vault ProfessionalVault API

GetPathOfFileInWorkingFolder Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIWorkingFoldersManager

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 FilePathAbsolute

Parameters

NameDescription
fileThe 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

See Also