Re: deleting files
- Posted by ArthurCrump Aug 18, 2014
- 1279 views
The example of chdir in the user guide section 8.5.2.15 does not have a final backslash. Try removing it from your code.
What is the result of
?current_dir()
after the chdir? It is a long time since I used chdir so this may be red herring.
Arthur