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 1 year ago