Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool IsLongPath(
string path
)
Public Shared Function IsLongPath (
path As String
) As Boolean
public:
static bool IsLongPath(
String^ path
)
static member IsLongPath :
path : string -> bool
Parameters
- path
- Type: SystemString
The path to the file or directory.
Return Value
Type:
BooleanReturns
if the specified path has a long path (UNC) prefix,
otherwise.
See Also