afc_fileops_copy

Name

afc_fileops_copy  -- Copy a file/dir

Synopsis

int afc_fileops_copy ( FileOperations * fo, char * source, char * dest );

Description

This function copies a file/dir from one path to another. It corresponds to the shell command cp.

Inputs

fo

Pointer to a valid FileOperations class.

source

Source file/dir name (with full path) to copy

dest

Destination file/dir name (with full path) where to copy the source.

Result

Note

See Also