mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
function directory_verify(path) {
|
|
INLINE
|
|
|
|
if(directory_exists(path)) return;
|
|
directory_create(path);
|
|
} |