Re: deleting files
- Posted by buzzo Aug 18, 2014
- 1283 views
The output of ? current_dir will not convert using to_string.. however, using puts(1,to_string(current_dir())) produces the correct path... same as curdir()...omitting the back slash made no diff
Thanks for your reply..
Z