Checking if possible answer exist, before saving it

This commit is contained in:
mrfry 2021-03-30 11:19:00 +02:00
parent f5e157b147
commit 258ccec663
3 changed files with 37 additions and 18 deletions

View file

@ -1,16 +1,16 @@
export default {
ReadFile,
ReadJSON,
WriteFile,
writeFileAsync,
AppendToFile,
FileExists,
CreatePath,
WatchFile,
ReadDir,
CopyFile,
GetDateString,
formatUrl,
ReadFile: ReadFile,
ReadJSON: ReadJSON,
WriteFile: WriteFile,
writeFileAsync: writeFileAsync,
AppendToFile: AppendToFile,
FileExists: FileExists,
CreatePath: CreatePath,
WatchFile: WatchFile,
ReadDir: ReadDir,
CopyFile: CopyFile,
GetDateString: GetDateString,
formatUrl: formatUrl,
deleteFile: deleteFile,
}