FileSystemInfoFullPath Field |
Represents the fully qualified path of the file or directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax protected string FullPath
Protected FullPath As String
protected:
String^ FullPath
val mutable FullPath: string
Field Value
Type:
StringRemarks Classes derived from FileSystemInfo can use the FullPath field
to determine the full path of the object being manipulated.
See Also