File-related Functions
Last updated March 2020
Name | Description |
---|---|
ec_copy_file | Copy a file from one location to another |
ec_find_conf_file | Find a filename in the default search path and return the resulting path |
ec_find_conf_file2 | Find a filename in the given search path and return the resulting path |
ec_find_file | Find a file in the given search path and return the resulting path |
ec_open_tmpfile | Open a file with a unique name; unlink the file from disk and returns its descriptor |
ec_open_tmpfile2 | Open a file with a unique name and store the name in outname |
ec_open_tmpfile3 | Open a file with a unique name in the specified a directory |
Was this page helpful?