-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_IO_PathHelpers
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
The PathHelpers type exposes the following members.
Name | Description | |
---|---|---|
EnsureContainerPath | Appends directory separator char if the path is not a volume or directory path. | |
IsContainerPath | Checks if the path ends with directory or volume separator chars. | |
IsSimpleName | Determines whether the path is a simple file or directory name. | |
IsWellFormedAbsolutePath | Determines whether the path is well-formed absolute path. | |
IsWellFormedContainerPath | Checks if the path ends with directory or volume separator chars. | |
IsWellFormedPath | Determines whether the path is either absolute or relative not rooted path. | |
IsWellFormedRelativePath | Determines whether the path is not rooted well-formed relative path. | |
IsWellFormedSimpleName | Checks if the path ends with directory or volume separator chars. |