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.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public class C1FileInfo : C1FileSystemInfo
Visual Basic
Public Class C1FileInfo _
	Inherits C1FileSystemInfo
Visual C++
public ref class C1FileInfo : public C1FileSystemInfo

Inheritance Hierarchy

System..::..Object
  Composite.Core.IO..::..C1FileSystemInfo
    Composite.Core.IO..::..C1FileInfo

See Also