Class FileInfoExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class FileInfoExtensions
Methods
| Name | Description |
|---|---|
| CopyToUsingStreams(FileSystemInfo, string, bool, int) | Copies the current file to the specified destination using managed streams (no native File.Copy or CopyFile). Reason why this method exists is due to problem in virtualization - Kernel32.CopyFile does not properly work |
| GetDriveLetter(FileSystemInfo) | Gets the drive letter from a given FileSystemInfo object. |