create()
This function will help you create 1 file if they do not already exist.
/**
* @throws Throwable
*
* Use this to create a file.
*/
public static function create(string $path) : Promise;
Last updated
This function will help you create 1 file if they do not already exist.
/**
* @throws Throwable
*
* Use this to create a file.
*/
public static function create(string $path) : Promise;
Last updated