Cthulhu  0.2.10
Cthulhu compiler collection
Collaboration diagram for Filesystem handling:

Data Structures

struct  os_file_t
 a file handle More...
 
struct  os_inode_t
 an inode entry More...
 
struct  os_iter_t
 a directory iterator More...
 
CT_OS_API os_error_t os_file_copy (const char *dst, const char *src)
 copy a file from one location to another More...
 

Detailed Description

Function Documentation

◆ os_file_copy()

CT_OS_API os_error_t os_file_copy ( const char *  dst,
const char *  src 
)

copy a file from one location to another

Parameters
srcthe source file
dstthe destination file
Returns
an error if the file could not be copied

Definition at line 304 of file os.c.