Class FileInfoExtensions
- Namespace
- IOInfoExtensions
- Assembly
- IOInfoExtensions.dll
Extension methods for the
System.IO.FileInfo
class.public static class FileInfoExtensions
- Inheritance
-
FileInfoExtensions
Methods
- CopyFrom(FileInfo, FileInfo, bool)
- Copies the designated file to the calling
FileInfo
's location.
- MoveFrom(FileInfo, FileInfo, bool)
- Moves the source file to the calling
FileInfo
's location.
- TryDelete(FileInfo)
- Deletes the file if it exists.