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