@eloritzkovitz/server-essentials
Preparing search index...
files/fileService
deleteFile
Function deleteFile
deleteFile
(
filePath
:
string
)
:
Promise
<
void
>
Deletes a file from the filesystem.
Parameters
filePath
:
string
The path to the file to be deleted.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eloritzkovitz/server-essentials
Loading...
Deletes a file from the filesystem.