I have this piece of code in PHP:
if (file_exists($_POST[\'current_folder\'])) { //do something }
But file_exists always retu
file_exists
Tested under windows using Apache 2.4.9.
It works, just a note, it requires trailing slash for some reason.
Code 200 means OK (success).
200
OK