VolumeInfoMaximumComponentLength Property |
Gets the maximum length of a file name component that the file system supports.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public uint MaximumComponentLength { get; set; }
Public Property MaximumComponentLength As UInteger
Get
Set
public:
property unsigned int MaximumComponentLength {
unsigned int get ();
void set (unsigned int value);
}
member MaximumComponentLength : uint32 with get, set
Property Value
Type:
UInt32The maximum length of a file name component that the file system supports.
See Also