Discussion in 'Plugin Help' started by ced23, Jan 10, 2019.
Hi, how can i check if a config file already exists or not? Thanks!
PHP: if(file_exists('path/to/file')){//exists}
if(file_exists('path/to/file')){//exists}
Thanks!