Enum FPFormat
Used with filesystem.more.getFinalPath
public enum FPFormat
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
PrefixAlways | Always with long-path prefix ( |
PrefixIfLong | With long-path prefix ( |
PrefixNever | Without long-path prefix, even if the path is very long. |
VolumeGuid | With volume GUID (API GetFinalPathNameByHandle flag VOLUME_NAME_GUID). If it fails (eg network path), gets path with prefix, like PrefixAlways. |