-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_IO_IoCode
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
IO assertions class.
System.Object
CodeJam.IO.IoCode
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class IoCode
VB
Public NotInheritable Class IoCode
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type IoCode = class end
The IoCode 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. |