nspire.c.file

Undocumented in source.

Members

Aliases

nspire_file_rename
alias nspire_file_rename = nspire_file_move
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

nspire_file_copy
int nspire_file_copy(nspire_handle_t* handle, const(char)* src, const(char)* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nspire_file_delete
int nspire_file_delete(nspire_handle_t* handle, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nspire_file_move
int nspire_file_move(nspire_handle_t* handle, const(char)* src, const(char)* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nspire_file_read
int nspire_file_read(nspire_handle_t* handle, const(char)* path, void* data, size_t size, size_t* read_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nspire_file_write
int nspire_file_write(nspire_handle_t* , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta