Gets the current working directory.
WP_Filesystem_Base::chdir
Changes current directory.
WP_Filesystem_Base::chgrp
Changes the file group.
WP_Filesystem_Base::chmod
Changes filesystem permissions.
Advertisement
WP_Filesystem_Base::owner
Gets the file owner.
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::getnumchmodfromh
Converts *nix-style file permissions to a octal number.
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.