-
Notifications
You must be signed in to change notification settings - Fork 0
BurnSoftFileSystem.h
BurnSoft edited this page Aug 13, 2017
·
1 revision
The BurnSoftFileSystem.h Contain a number use file operation functions
NOTE: ALL THE DESCRIPTIONS AS ALSO POSTED IN THE HEADER FILES
| Name | Description |
|---|---|
| copyFileFromFilePath | Simplify the copy and replace method with overwriteoption |
| DeleteFileByPath | Pass the path and file to delete that file |
| getCertainFilefromPath | Load all the files in the target path that have a certain type of extension |
| getCertainFilesFromDocumentsByExtension | Load all the files in the Local docuemtns directory by a certain extention |
| returnFullPathwithFileName | Return Full Path of App Documents with file name attached |
| copyFileFrom | Simplify the copy and replace method with overwriteoption |
| createDirectoryIfNotExists | Create a directory if it doesn't already exist |
| convertBOOLtoString | Convert a boolean value to string Yes or No |
| getFileExtensionbyPath | Get the extension of the file from the full path |