mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
6 lines
No EOL
106 B
Text
6 lines
No EOL
106 B
Text
function directory_verify(path) {
|
|
INLINE
|
|
|
|
if(directory_exists(path)) return;
|
|
directory_create(path);
|
|
} |