Click or drag to resize

PathIsLongPath Method

[AlphaFS] Determines whether the specified path starts with a LongPathPrefix or LongPathUncPrefix.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static bool IsLongPath(
	string path
)

Parameters

path
Type: SystemString
The path to the file or directory.

Return Value

Type: Boolean
if the specified path has a long path (UNC) prefix, otherwise.
See Also