Gets details for files in a directory or a specific file.
WP_Filesystem_Base::group
Gets the file’s group.
WP_Filesystem_Base::copy
Copies a file.
WP_Filesystem_Base::move
Moves a file.
Advertisement
WP_Filesystem_Base::delete
Deletes a file or directory.
WP_Filesystem_Base::exists
Checks if a file or directory exists.
WP_Filesystem_Base::is_file
Checks if resource is a file.
WP_Filesystem_Base::is_dir
Checks if resource is a directory.
Advertisement
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.
WP_Filesystem_Base::wp_content_dir
Returns the path on the remote filesystem of WP_CONTENT_DIR.
Advertisement
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.