Locates a folder on the remote filesystem.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::search_for_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::gethchmod
Returns the *nix-style file permissions for a file.
Advertisement
WP_Filesystem_Base::getchmod
Gets the permissions of the specified file or filepath in their octal format.
WP_Filesystem_Base::getnumchmodfromh
Converts *nix-style file permissions to a octal number.
WP_Filesystem_Base::dirlist
Gets details for files in a directory or a specific file.
WP_Filesystem_Base::rmdir
Deletes a directory.
Advertisement
WP_Filesystem_Base::mkdir
Creates a directory.
WP_Filesystem_Base::touch
Sets the access and modification times of a file.
WP_Filesystem_Base::size
Gets the file size (in bytes).
WP_Filesystem_Base::mtime
Gets the file modification time.
Advertisement
WP_Filesystem_Base::atime
Gets the file’s last access time.
WP_Filesystem_Base::is_writable
Checks if a file or directory is writable.
WP_Filesystem_Base::is_readable
Checks if a file is readable.