This class is a almost one to one version of System.IO.Directory. Using this implementation instead of System.IO.Directory, will ensure that your code will work both on Standard Windows deployment and Windows Azure deployment. See System.IO.Directory for more documentation on the methods of this class. See IC1Directory.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public static class C1Directory
Visual Basic
Public NotInheritable Class C1Directory
Visual C++
public ref class C1Directory abstract sealed

Inheritance Hierarchy

System..::..Object
  Composite.Core.IO..::..C1Directory

See Also