Skip to content

Methods_T_CodeJam_IO_PathHelpers

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

PathHelpers Methods

The PathHelpers type exposes the following members.

Methods

 

Name Description
Public method Static member EnsureContainerPath Appends directory separator char if the path is not a volume or directory path.
Public method Static member IsContainerPath Checks if the path ends with directory or volume separator chars.
Public method Static member IsSimpleName Determines whether the path is a simple file or directory name.
Public method Static member IsWellFormedAbsolutePath Determines whether the path is well-formed absolute path.
Public method Static member IsWellFormedContainerPath Checks if the path ends with directory or volume separator chars.
Public method Static member IsWellFormedPath Determines whether the path is either absolute or relative not rooted path.
Public method Static member IsWellFormedRelativePath Determines whether the path is not rooted well-formed relative path.
Public method Static member IsWellFormedSimpleName Checks if the path ends with directory or volume separator chars.
  Back to Top

See Also

Reference

PathHelpers Class
CodeJam.IO Namespace

Clone this wiki locally