Gets the full path to the file or folder.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Path As System.String |
C# | |
---|
System.string Path {get;} |
C++/CLI | |
---|
property System.String^ Path {
System.String^ get();
} |
Property Value
Full path the file or folder
See Also