IO Class

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public class IO
Inheritance
Object    IO

Constructors

IO Initializes a new instance of the IO class

Methods

AddFileSystemAccessRule  
CompareDeleteFiles(DirectoryInfo, String)  
CompareDeleteFiles(DirectoryInfo, String, String)  
CompareDeleteFiles(DirectoryInfo, String, String, String)  
CopyDirectory(String, String)  
CopyDirectory(String, String, DateTime)  
CopyDirectory(String, String, DateTime, String)  
CopyDirectory(String, String, String, DateTime, String)  
CreateMissingDirectories  
DeleteFiles(DirectoryInfo, String)  
DeleteFiles(DirectoryInfo, XPathNavigator)  
DeleteFiles(DirectoryInfo, String, Boolean)  
DeleteFiles(DirectoryInfo, XPathNavigator, Boolean)  
DeleteFiles(DirectoryInfo, String, Boolean, String)  
DeleteFiles(DirectoryInfo, XPathNavigator, Boolean, String)  
DeleteFiles(DirectoryInfo, XPathNavigator, Boolean, String, String)  
DeleteOldFiles(DirectoryInfo, DateTime)  
DeleteOldFiles(DirectoryInfo, DateTime, Boolean)  
DirectoryOutline  
EnforceBackupLimits  
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
ExcludeEntity  
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)
WriteDirectoryXml  

See Also