Documentation
Dlang.org
FileSystem.deleteFile
arrow
file_system
FileSystem
Delete a file.
class
FileSystem
bool
deleteFile
(
string
path
)
Parameters
path
string
The paths of the file to be delete.
Return Value
Type:
bool
true on success, false if there was an error.
arrow
file_system
FileSystem
functions
copyFile
createDir
deleteDir
deleteDirContents
deleteFile
deleteFiles
getFileInfo
getFileInfosPaths
getFileInfosSelector
getTypeName
move
openAppendStream
openInputFile
openInputStream
openOutputStream
static functions
create
Delete a file.