[This is preliminary documentation and is subject to change.]
Author: Đonny
Wraps String into separet class representing path and allows operation with it
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class Path : IEnumerable<Path>, IPathProvider |
| Visual Basic |
|---|
Public Class Path _ Implements IEnumerable(Of Path), IPathProvider |
| Visual C++ |
|---|
public ref class Path : IEnumerable<Path^>, IPathProvider |
| F# |
|---|
type Path = class interface IEnumerable<Path> interface IPathProvider end |
| JScript |
|---|
public class Path implements IEnumerable<Path>, IPathProvider |
Remarks
There are no check of validity of paths in current file system during operations, so you can operate with nonexisting paths (unless specified otherwise).
Inheritance Hierarchy
See Also
Version History
1.5.2
- (RC) VersionAttribute and AuthorAttribute removed