closeFile

expect fun closeFile(fileHandle: Long): String

Closes a file by given handle.

Return

ID of closed file

Parameters

fileHandle

handle to the file

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun closeFile(fileHandle: Long): String

Closes a file by given handle.

Return

ID of closed file

Parameters

fileHandle

handle to the file

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun closeFile(fileHandle: Long): String

Closes a file by given handle.

Return

ID of closed file

Parameters

fileHandle

handle to the file

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed