Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] photran cygwin problem with "mkdir"

Hello,

I'm using Eclispe Juno for Fortran programming (Windows 8). I installed cygwin and everything is compiling fine and the program is running. I use the command "call system('mkdir'//' '//'D:\read_data') to create a directory but i get the following error:

mkdir: cannot create directory 'D:read_data': File exists

The backslash is just gone. If I replace it with a "/" than everything works fine.

Does anybody know where the problem is?

Thanks a lot!

Simon



Back to the top