FileSystemFactory

IOConfig.FileSystemFactory property

Gets or sets the factory class for FileSystem. The default factory will create LocalFileSystem which is not suitable for server environment.

public static FileSystemFactory FileSystemFactory { get; set; }

See Also