I have created a folder and named it "↓" (using Alt+25). My operating System is Windows XP service pack 3.
Now,
I want to write a file in it with filename rpa.txt
<?php
$file='C:\Documents and Settings\Owner\Desktop\↓\rpa.txt';
fopen($file,'w');
?>
Problem is: after this code is executed, the file rpa.txt
should be created automatically in the folder named '↓', but that doesn't happen.