Click or drag to resize

File Class

The File Class
Inheritance Hierarchy
SystemObject
  Koden.Utils.IOFile

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public static class File

The File type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLoggerInstance
Gets or sets the logger instance to be used by the File class.
Top
Methods
  NameDescription
Public methodStatic memberCheckForFiles
Checks for files.
Public methodStatic memberCopy
Copies the specified source file.
Public methodStatic memberCopyRecursively
Copies ALL files recursively.
Public methodStatic memberDelete
Deletes the specified source file.
Public methodStatic memberMoveRecursively
Moves files recursively.
Public methodStatic memberTouch
Touches the specified file. (Modifies the last write to time)
Public methodStatic memberTouchFilesRecursively
Touches the files recursively.
Top
See Also