FileInfo Members
.NET Framework Class Library
FileInfo Members

Provides instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects. This class cannot be inherited.

The FileInfo type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFileInfo Initializes a new instance of the FileInfo class, which acts as a wrapper for a file path.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppendText Creates a StreamWriter that appends text to the file represented by this instance of the FileInfo.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyToOverloaded. Copies an existing file to a new file.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreate Creates a file.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateText Creates a StreamWriter that writes a new text file.
Public methodDecrypt Decrypts a file that was encrypted by the current account using the Encrypt method.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDelete Permanently deletes a file. (Overrides FileSystemInfo..::.Delete()()().)
Public methodEncrypt Encrypts a file so that only the account used to encrypt the file can decrypt it.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetAccessControlOverloaded. Gets a FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current FileInfo object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetObjectData Sets the SerializationInfo object with the file name and additional exception information. (Inherited from FileSystemInfo.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMoveTo Moves a specified file to a new location, providing the option to specify a new file name.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOpenOverloaded. Opens a file with various read/write and sharing privileges.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOpenRead Creates a read-only FileStream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOpenText Creates a StreamReader with UTF8 encoding that reads from an existing text file.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOpenWrite Creates a write-only FileStream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRefresh Refreshes the state of the object. (Inherited from FileSystemInfo.)
Public methodReplaceOverloaded. Replaces the contents of a specified file with the file described by the current FileInfo object, deleting the original file, and creating a backup of the replaced file.
Public methodSetAccessControl Applies access control list (ACL) entries described by a FileSecurity object to the file described by the current FileInfo object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns the path as a string. (Overrides Object..::.ToString()()().)
Top
  NameDescription
Protected fieldSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFullPath Represents the fully qualified path of the directory or file. (Inherited from FileSystemInfo.)
Protected fieldSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOriginalPath The path originally specified by the user, whether relative or absolute. (Inherited from FileSystemInfo.)
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAttributes Gets or sets the FileAttributes of the current FileSystemInfo. (Inherited from FileSystemInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreationTime Gets or sets the creation time of the current FileSystemInfo object. (Inherited from FileSystemInfo.)
Public propertyCreationTimeUtc Gets or sets the creation time, in coordinated universal time (UTC), of the current FileSystemInfo object. (Inherited from FileSystemInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDirectory Gets an instance of the parent directory.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkDirectoryName Gets a string representing the directory's full path.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkExists Gets a value indicating whether a file exists. (Overrides FileSystemInfo..::.Exists.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkExtension Gets the string representing the extension part of the file. (Inherited from FileSystemInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFullName Gets the full path of the directory or file. (Inherited from FileSystemInfo.)
Public propertyIsReadOnly Gets or sets a value that determines if the current file is read only.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLastAccessTime Gets or sets the time the current file or directory was last accessed. (Inherited from FileSystemInfo.)
Public propertyLastAccessTimeUtc Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed. (Inherited from FileSystemInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLastWriteTime Gets or sets the time when the current file or directory was last written to. (Inherited from FileSystemInfo.)
Public propertyLastWriteTimeUtc Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to. (Inherited from FileSystemInfo.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkLength Gets the size, in bytes, of the current file.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkName Gets the name of the file. (Overrides FileSystemInfo..::.Name.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker