On 2/21/2014 6:37 PM, Geo Wil wrote:
As for the fail path issue, it is not an issue or at least it has never
been for me.  The way I understand it is that if you just put the file name
into a function requesting a path in Windows it will look in the folder the
process is running from for that file.

No, it would look in the current working directory (see GetCurrentDirectory, SetCurrentDirectory), which may or may not be the same directory where the EXE is located.
--
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to