EnvironmentApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getDefaultDirectoryBrowser(): Response<<Error class: unknown class>>

Get Default directory browser.

Link copied to clipboard
suspend fun getDirectoryContents(path: String, includeFiles: Boolean? = false, includeDirectories: Boolean? = false): Response<List<<Error class: unknown class>>>

Gets the contents of a given directory in the file system.

Link copied to clipboard
suspend fun getDrives(): Response<List<<Error class: unknown class>>>

Gets available drives from the server's file system.

Link copied to clipboard
suspend fun getNetworkShares(): Response<List<<Error class: unknown class>>>

Gets network paths.

Link copied to clipboard
suspend fun getParentPath(path: String): Response<String>

Gets the parent path of a given path.

Link copied to clipboard
suspend fun validatePath(data: <Error class: unknown class>): Response<Unit>

Validates path.