This class is a almost one to one version of System.IO.DirectoryInfo. Using this implementation instead
of System.IO.DirectoryInfo, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.DirectoryInfo for more documentation on the methods of this class.
See IC1DirectoryInfo.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public class C1DirectoryInfo : C1FileSystemInfo |
Visual Basic |
---|
Public Class C1DirectoryInfo _ Inherits C1FileSystemInfo |
Visual C++ |
---|
public ref class C1DirectoryInfo : public C1FileSystemInfo |