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::wp_plugins_dir
Returns the path on the remote filesystem of WP_PLUGIN_DIR.
WP_Filesystem_Base::wp_themes_dir
Returns the path on the remote filesystem of the Themes Directory.
WP_Filesystem_Base::wp_lang_dir
Returns the path on the remote filesystem of WP_LANG_DIR.
Advertisement
WP_Filesystem_Base::find_base_dir
Locates a folder on the remote filesystem.
WP_Filesystem_Base::is_dir
Checks if resource is a directory.
WP_Filesystem_Base::is_readable
Checks if a file is readable.
WP_Filesystem_Base::is_writable
Checks if a file or directory is writable.
Advertisement
WP_Filesystem_Base::atime
Gets the file’s last access time.
WP_Filesystem_Base::mtime
Gets the file modification time.
WP_Filesystem_Base::size
Gets the file size (in bytes).