The following tables list the members exposed by IFileInfo2.
            
            Public Properties
            
            
            Public Methods
            
            Extension Methods
|   | Name | Description | 
  | CopyToWritableFileInfo | Overloaded. Copies the file represented by a file info to a destination writable file info. | 
  | CreateStreamReader | Overloaded. Creates a System.IO.StreamReader with UTF8 encoding that reads from an existing text file. | 
  | ReadAllBytes | Overloaded. Returns the contents of a file in an abstract file provider as a byte array. | 
  | ReadAllText | Overloaded. Returns the contents of a text file in an abstract file provider as a System.String. | 
  | SaveToOSFile | Overloaded. Saves the contents of a file from an abstracted file provider into a normal (operating system) file. | 
Top 
            
            
            
            
            See Also