closeFile

expect fun closeFile(fileHandle: Long): String

Closes the file handle.

Return

ID of closed file

Parameters

fileHandle

handle to read/write file data

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun closeFile(fileHandle: Long): String

Closes the file handle.

Return

ID of closed file

Parameters

fileHandle

handle to read/write file data

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun closeFile(fileHandle: Long): String

Closes the file handle.

Return

ID of closed file

Parameters

fileHandle

handle to read/write file data

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception