-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_IO_DebugIoCode
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
The DebugIoCode type exposes the following members.
Name | Description | |
---|---|---|
DirectoryExists | Asserts that specified directory does exist. | |
FileExists | Asserts that specified file does exist. | |
IsWellFormedAbsolutePath | Asserts that specified path is well-formed full path. | |
IsWellFormedContainerPath | Asserts that specified path is well formed and ends with directory or volume separator chars. | |
IsWellFormedPath | Asserts that specified path is either absolute or relative not rooted path. | |
IsWellFormedRelativePath | Asserts that specified path is well-formed full path. | |
IsWellFormedSimpleName | Asserts that specified path is well-formed simple name. | |
PathIsFree | Asserts that specified path is not a path to existent file or a directory. |