Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int MaximumComponentLength { get; }

Property Value

Type: Int32
The maximum length, in characters, of a file name component that a specified file system supports.
See Also