afc_fileops_mkdir

Name

afc_fileops_mkdir  -- Create a new dir

Synopsis

int afc_fileops_mkdir ( FileOperations * fo, char * dir_name );

Description

This function create a new dir in the file system. The provided dir_name must be a full path to the place where you want it to be created.

Inputs

fo

Pointer to a valid FileOperations class.

dir_name

Dir containing full path

Result

Note

See Also