Click or drag to resize

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

Field Value

Type: String
Remarks

Classes derived from FileSystemInfo can use the FullPath field

to determine the full path of the object being manipulated.

See Also