UtilTweakingExtendedPathsEnabled Property
Gets or sets a value that determines whether the extended-length paths is enabled on the current drive.
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.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ExtendedPathsEnabled { get; set; }
Public Shared Property ExtendedPathsEnabled As Boolean
Get
Set
Dim value As Boolean
value = UtilTweaking.ExtendedPathsEnabled
UtilTweaking.ExtendedPathsEnabled = value
public:
static property bool ExtendedPathsEnabled {
bool get ();
void set (bool value);
}
static member ExtendedPathsEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if extended-length paths is enabled on the current drive,
otherwise.