Interface IAimpExtensionFileSystem
Extension for the IAIMPServiceFileSystems service. Must implement one or few file system commands(Refer to the children articles of the IAIMPServiceFileSystems chapter).
Namespace: AIMP.SDK.FileManager.Extensions
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionFileSystem
Properties
ReadOnly
Returns false, if the file system does not support the modification of data.
Declaration
bool ReadOnly { get; }
Schema
Gets the scheme filesystem paths.
Declaration
string Schema { get; }