UtilVolumeMaxPathLength Field

In Windows system, the maximum length for a path is composed of 260 characters.

A local path is structured in the following order: drive letter, colon, backslash, name components separated by backslashes, and a terminating null character.

For example, the maximum path on drive C:\ is "C:\some 256-character path string{NUL}" where "{NUL}" represents the invisible terminating null character for the current system codepage.

Definition

Namespace: DevCase.Core.IO.Devices.Drives
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public const int MaxPathLength = 260

Field Value

Int32

Remarks

See Also