Checks if a file or directory exists.
WP_Filesystem_Base::delete
Deletes a file or directory.
WP_Filesystem_Base::move
Moves a file.
WP_Filesystem_Base::copy
Copies a file.
Advertisement
WP_Filesystem_Base::group
Gets the file’s group.
WP_Filesystem_Base::owner
Gets the file owner.
WP_Filesystem_Base::chmod
Changes filesystem permissions.
WP_Filesystem_Base::chgrp
Changes the file group.
Advertisement
WP_Filesystem_Base::chdir
Changes current directory.
WP_Filesystem_Base::cwd
Gets the current working directory.
WP_Filesystem_Base::put_contents
Writes a string to a file.
WP_Filesystem_Base::get_contents_array
Reads entire file into an array.
Advertisement
WP_Filesystem_Base::get_contents
Reads entire file into a string.
WP_Filesystem_Base::connect
Connects filesystem.
WP_Filesystem_Base::chown
Changes the owner of a file or directory.