Deletes a file or directory.
WP_Filesystem_FTPext::exists
Checks if a file or directory exists.
WP_Filesystem_FTPext::is_file
Checks if resource is a file.
WP_Filesystem_FTPext::__construct
Constructor.
Advertisement
WP_Filesystem_FTPext::is_dir
Checks if resource is a directory.
WP_Filesystem_FTPext::connect
Connects filesystem.
WP_Filesystem_FTPext::is_readable
Checks if a file is readable.
WP_Filesystem_FTPext::__destruct
Destructor.
Advertisement
WP_Filesystem_FTPext::dirlist
Gets details for files in a directory or a specific file.
WP_Filesystem_FTPext::parselisting
WP_Filesystem_FTPext::mkdir
Creates a directory.
WP_Filesystem_FTPext::rmdir
Deletes a directory.
Advertisement
WP_Filesystem_FTPext::touch
Sets the access and modification times of a file.
WP_Filesystem_FTPext::size
Gets the file size (in bytes).
WP_Filesystem_FTPext::mtime
Gets the file modification time.