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