This class is a almost one to one version of System.IO.File. Using this implementation instead
of System.IO.File, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.File for more documentation on the methods of this class.
See
IC1File.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static class C1File |
Visual Basic |
---|
Public NotInheritable Class C1File |
Visual C++ |
---|
public ref class C1File abstract sealed |
Inheritance Hierarchy
See Also