IContextFileNameHint Property |
IT Hit User File System
Gets file system path depending on the platform.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax string FileNameHint { get; }
ReadOnly Property FileNameHint As String
Get
property String^ FileNameHint {
String^ get ();
}
abstract FileNameHint : string with get
Property Value
Type:
StringRemarks - On Windows platform this is path on user file system.
- On macOS platform this is file name. Avaible only for create and write operations.
See Also