Returns the *nix-style file permissions for a file.
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::is_binary
Determines if the string provided contains binary characters.
Advertisement
WP_Filesystem_Base::chown
Changes the owner of a file or directory.
WP_Filesystem_Base::connect
Connects filesystem.
WP_Filesystem_Base::get_contents
Reads entire file into a string.
WP_Filesystem_Base::abspath
Returns the path on the remote filesystem of ABSPATH.
Advertisement
WP_Filesystem_Base::wp_content_dir
Returns the path on the remote filesystem of WP_CONTENT_DIR.
WP_Filesystem_Base::move
Moves a file.
WP_Filesystem_Base::delete
Deletes a file or directory.
WP_Filesystem_Base::exists
Checks if a file or directory exists.
Advertisement
WP_Filesystem_Base::is_file
Checks if resource is a file.
WP_Filesystem_Base::is_dir
Checks if resource is a directory.
WP_Filesystem_Base::is_readable
Checks if a file is readable.