Click or drag to resize
GDStorageFolderPath Property
Gets the full path of the current folder in the file system, if the path is available.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public string Path { get; }

Property Value

Type: String
The full path of the current folder in the GD secure storage. A path of secure storage root is: '\'

Implements

IGDStorageItemPath
IGDStorageItemPath
See Also