Autodesk Vault ProfessionalVault API

FilePathAbsolute Class

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Currency

A class representing the local path of a file.

Syntax

public class FilePathAbsolute 
Public Class FilePathAbsolute 

Constructors

NameDescription
FilePathAbsolute

Properties

NameDescription
FileExtensionThe file extension.
FileNameThe name of the file with extension.
FolderPathThe path of the folder.
FullPathThe full, absolute path including the file name.

Returned By

Where you get a FilePathAbsolute — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Currency.FilePathAbsolute

See Also