FilesystemFunction: remove()On this pageFunction: remove() remove(path, options?): Promise<void> Recursively delete files and directories at the given path. Equivalent to POSIX "rm -rf". Parameters path string Path to be removed. options? RemoveOptions Returns Promise<void>