Skip to content

T_CodeJam_IO_IoCode

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCode Class

IO assertions class.

Inheritance Hierarchy

System.Object
  CodeJam.IO.IoCode
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class IoCode

VB

Public NotInheritable Class IoCode

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type IoCode =  class end

The IoCode type exposes the following members.

Methods

 

Name Description
Public method Static member DirectoryExists Asserts that specified directory does exist.
Public method Static member FileExists Asserts that specified file does exist.
Public method Static member IsWellFormedAbsolutePath Asserts that specified path is well-formed full path.
Public method Static member IsWellFormedContainerPath Asserts that specified path is well formed and ends with directory or volume separator chars.
Public method Static member IsWellFormedPath Asserts that specified path is either absolute or relative not rooted path.
Public method Static member IsWellFormedRelativePath Asserts that specified path is well-formed full path.
Public method Static member IsWellFormedSimpleName Asserts that specified path is well-formed simple name.
Public method Static member PathIsFree Asserts that specified path is not a path to existent file or a directory.
  Back to Top

See Also

Reference

CodeJam.IO Namespace

Clone this wiki locally