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 methodStatic member DirectoryExists Asserts that specified directory does exist.
Public methodStatic member FileExists Asserts that specified file does exist.
Public methodStatic member IsWellFormedAbsolutePath Asserts that specified path is well-formed full path.
Public methodStatic member IsWellFormedContainerPath Asserts that specified path is well formed and ends with directory or volume separator chars.
Public methodStatic member IsWellFormedPath Asserts that specified path is either absolute or relative not rooted path.
Public methodStatic member IsWellFormedRelativePath Asserts that specified path is well-formed full path.
Public methodStatic member IsWellFormedSimpleName Asserts that specified path is well-formed simple name.
Public methodStatic 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