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