EduardoKrausME / moodle-mod_certificatebeautiful

1 stars 2 forks source link

Temp folder usage #18

Closed volodymyrdovhan closed 3 weeks ago

volodymyrdovhan commented 3 weeks ago

Hello, when you are working with temp folder - it is better to create a temp folder specific for your plugin. You can use something like:

$tempfolder = make_temp_directory('certificatebeautiful');
$tempfile = $tempfolder . '/' . $file->get_filename();