Interface IAimpFileSystemCommandFileInfo
Interface IAimpFileSystemCommandFileInfo Implements the IAimpFileSystemCommand
Namespace: AIMP.SDK.FileManager.Commands
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileSystemCommandFileInfo : IAimpFileSystemCommand
Methods
GetFileAttrs(String)
Gets the file attributes.
Declaration
AimpActionResult<AimpFileAttributes> GetFileAttrs(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | Name of the file. |
GetFileSize(String)
Gets the size of the file.
Declaration
AimpActionResult<long> GetFileSize(string file)
Parameters
Type | Name | Description |
---|---|---|
System.String | file | The file. |
IsFileExists(String)
Determines whether [is file exists] [the specified file].
Declaration
AimpActionResult IsFileExists(string file)
Parameters
Type | Name | Description |
---|---|---|
System.String | file | The file. |