This method of the Path Class determines whether the path string is a root path. For example, the following strings are root paths: "\", "c:\", "\\server\", and "\\server\share".
public static boolean isRoot(String stPath);
Returns true if the path string is a root path; otherwise, returns false.
stPath | The path string. |