 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
|
Status getFileCount(const char *directory, U32 &fileCount)
counts the number of files in the given directory
Status copyFile(const char *originPath, const char *destPath)
moves a file from origin to destination
Status readDirectory(const char *path, const U32 maxNum, Fw::EightyCharString fileArray[])
Status removeDirectory(const char *path)
remove a directory at location path
Status changeWorkingDirectory(const char *path)
move current directory to path
@ OTHER_ERROR
other OS-specific error
Status moveFile(const char *originPath, const char *destPath)
@ INVALID_PATH
Path is too long, too many sym links, doesn't exist, ect.
Status handleFileError(File::Status fileStatus)
Status createDirectory(const char *path)
create a new directory at location path
Declares ISF basic types.
Status getFileSize(const char *path, U64 &size)
append file origin to destination file. If boolean true, creates a brand new file if the destination ...
Status removeFile(const char *path)
removes a file at location path