Class FileSupport
Represents the methods to support some operations over files.
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public static class FileSupport : object
Methods
Name | Description |
---|---|
CreateTempFile(String, String) | Creates a new empty file in a random subdirectory of |
CreateTempFile(String, String, DirectoryInfo) | Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name. |
GetCanonicalPath(FileSystemInfo) | Returns the absolute path of this |