FileSystemVolumeMaximumComponentLength Property |
Gets the maximum length, in characters, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int MaximumComponentLength { get; }
Property Value
Type:
Int32The maximum length, in characters, of a file name component that a specified file system supports.
See Also