I have this piece of code in PHP:
if (file_exists($_POST[\'current_folder\'])) { //do something }
But file_exists always retu
file_exists
Use directory path; not web URL: