UtilVolumeMaxExtendedPathLength Field
In
Windows system, the maximum length for a path is composed of
260 characters,
however, the
Windows API has many functions that also have
Unicode versions
to permit an extended-length path for a maximum total path length of approximately
32.767 characters.
The extended-length path prefix is defined in the
ExtendedPathPrefix property,
read the property description for further details about its usage.
Note that the maximum path of
32.767 characters is approximate,
because the extended-length path prefix may be expanded to a longer string by the system at run time,
and this expansion applies to the total length.
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 MaxExtendedPathLength = 32767
Public Const MaxExtendedPathLength As Integer = 32767
Dim value As Integer
value = UtilVolume.MaxExtendedPathLength
public:
literal int MaxExtendedPathLength = 32767
static val mutable MaxExtendedPathLength: int
No code example is currently available or this language may not be supported.
Field Value
Int32