Re: Default File Path

2013-03-19 Thread Larry Hall (Cygwin)
On 3/19/2013 7:43 AM, AlanWB wrote: I am developing an application using NetBeans CygWin C++, and it is messing up the default file path. When I try to read a file using fopen (fname, "r") if the file name does not specify the directory, instead of assuming that the file is in t

Default File Path

2013-03-19 Thread AlanWB
I am developing an application using NetBeans CygWin C++, and it is messing up the default file path. When I try to read a file using fopen (fname, "r") if the file name does not specify the directory, instead of assuming that the file is in the current directory, it seems to pre