in reply to Re: Creating a new file in a directory
in thread Creating a new file in a directory
P.S.: You are using UNIX-Style forward slashes on a Windows-Platform: D:\.../file_detail.txt You probably want to fix that.
The Windows "kernel" accepts forward slashes as well as back slashes as directory delimiters. The forward slash is usually only a problem with command line applications (and cmd.exe) which expect options to be introduced by forward slash.
However, Unix, Linux and related OSs do not accept back slash as directory delimiters. Also, there are other OSs use other characters and do not accept either back or forward slashes as directory delimiters.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Creating a new file in a directory
by Monk::Thomas (Friar) on Aug 24, 2015 at 08:15 UTC |