ActionEngineUtilIsAbsoluteDir Method
Return a value indicating whether the given path name is absolute.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static bool IsAbsoluteDir(
string pathName
)
Public Shared Function IsAbsoluteDir (
pathName As String
) As Boolean
No code example is currently available or this language may not be supported.
- pathName String
-
The path name to inspect.
Boolean
True if the caller's path is absolute. Otherwise, false.
This implementation is purely practical and doesn't pay any attention
to the convoluted articles in Wikipedia or elsewhere. In this
operation, an absolute path is one that can NOT be added to the end of
another path portion, and a relative path is one that can.