UtilVolumeMaxComponentPathLength Property

Overload List

MaxComponentPathLength Gets the maximum path length for a Unicode path component for the current volume.

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.

This type of path is composed of "path components" separated by backslashes, for example: C:\component1\component2.

The maximum extended-length path is defined in the MaxExtendedPathLength property, read the property description for further details.

The extended-length path prefix is defined in the ExtendedPathPrefix property, read the property description for further details about its usage.

MaxComponentPathLengthString Gets the maximum path length for a Unicode path component for the specified volume.

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 maximum extended-length path is defined in the MaxExtendedPathLength property, read the property description for further details.

The extended-length path prefix is defined in the ExtendedPathPrefix property, read the property description for further details about its usage.

See Also