Class FileUtils
Inherited Members
Namespace: PoeShared .Scaffolding
Assembly: PoeShared.dll
Syntax
public static class FileUtils
Methods
Name | Description |
---|---|
Copy |
|
Copy |
|
Copy |
Copies a file from a source path to a destination path. This method uses low-level file streams instead of File.Copy (which uses Kernel32.CopyFileEx internally) to make it more compatible with file system virtualization methods which often(at least 2 of them) forget to hook them |
Copy |
Creates a temporary copy of the specified file and returns a File |
Remove |
|
Remove |
|
Seek(Stream, byte[]) |