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.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: 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
Public Const MaxPathLength As Integer = 260
Dim value As Integer
value = UtilVolume.MaxPathLength
public:
literal int MaxPathLength = 260
static val mutable MaxPathLength: int
No code example is currently available or this language may not be supported.
Field Value
Int32