Interface IAimpFileSystemCommandOpenFileFolder
Interface IAimpFileSystemCommandOpenFileFolder Implements the IAimpFileSystemCustomFileCommand
Namespace: AIMP.SDK.FileManager.Commands
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileSystemCommandOpenFileFolder : IAimpFileSystemCustomFileCommand, IAimpFileSystemCommand
Methods
CanProcess(String)
Determines whether this instance can process the specified file.
Declaration
AimpActionResult CanProcess(string file)
Parameters
Type | Name | Description |
---|---|---|
System.String | file | The file. |
Process(String)
Processes the specified file.
Declaration
AimpActionResult Process(string file)
Parameters
Type | Name | Description |
---|---|---|
System.String | file | The file. |