FileInfo Class |
Namespace: CMS.FileSystemStorage
public class FileInfo : FileInfo
The FileInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | mSystemInfo |
System.IO file info object corresponding to this file
(Inherited from FileInfo.) |
Name | Description | |
---|---|---|
![]() | Attributes |
File attributes.
(Overrides FileInfo.Attributes.) |
![]() | CreationTime |
Creation date of file.
(Overrides FileInfo.CreationTime.) |
![]() | Directory |
Directory of file.
(Overrides FileInfo.Directory.) |
![]() | DirectoryName |
Directory name of file (without path).
(Overrides FileInfo.DirectoryName.) |
![]() | Exists |
If file exists.
(Overrides FileInfo.Exists.) |
![]() | Extension |
File extenstion.
(Overrides FileInfo.Extension.) |
![]() | FullName |
Full name of file (with whole path).
(Overrides FileInfo.FullName.) |
![]() | IsReadOnly |
If is read only.
(Overrides FileInfo.IsReadOnly.) |
![]() | LastAccessTime |
Creation date of file.
(Overrides FileInfo.LastAccessTime.) |
![]() | LastWriteTime |
Last wirte time to file.
(Overrides FileInfo.LastWriteTime.) |
![]() | Length |
Length of file.
(Overrides FileInfo.Length.) |
![]() | Name |
File name of file (without path).
(Overrides FileInfo.Name.) |
![]() | SystemInfo |
Returns system file info object.
(Overrides FileInfo.SystemInfo.) |
Name | Description | |
---|---|---|
![]() | CopyTo(String) |
Copies current file to destination.
(Inherited from FileInfo.) |
![]() | CopyTo(String, Boolean) |
Copies current file to destination.
(Inherited from FileInfo.) |
![]() | CopyToInternal |
Copies an existing file to a new file, allowing the overwriting of an existing file.
(Overrides FileInfo.CopyToInternal(String, Boolean).) |
![]() | CreateText |
Creates or opens a file for writing UTF-8 encoded text.
(Inherited from FileInfo.) |
![]() | CreateTextInternal |
Creates or opens a file for writing UTF-8 encoded text.
(Overrides FileInfo.CreateTextInternal().) |
![]() | Delete |
Deletes file.
(Inherited from FileInfo.) |
![]() | DeleteInternal |
Deletes file.
(Overrides FileInfo.DeleteInternal().) |
![]() | MoveTo |
Moves an existing file to a new file.
(Inherited from FileInfo.) |
![]() | MoveToInternal |
Copies an existing file to a new file, allowing the overwriting of an existing file.
(Overrides FileInfo.MoveToInternal(String).) |
![]() | OpenRead |
Creates a read-only ICMSFileStream.
(Inherited from FileInfo.) |
![]() | OpenReadInternal |
Opens file for reading.
(Overrides FileInfo.OpenReadInternal().) |
![]() | OpenText |
Creates a StreamReader with UTF8 encoding that reads from an existing text file.
(Inherited from FileInfo.) |
![]() | OpenTextInternal |
Creates stream which reads from file.
(Overrides FileInfo.OpenTextInternal().) |
![]() | ToString |
Converts FileInfo object to string.
(Overrides Object.ToString().) |