1. Go to this page and download the library: Download 10quality/wp-file library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
$file = File::auth();
// Use is_dir to check if a path exists or not.
if ( $file->is_dir( $path ) )
// Use mkdir to create non-existent paths.
$file->mkdir( $path );
// Use rmdir to remove paths.
$file->rmdir( $path );
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.