In Linux the full path is returned with the leading "/" missing, which breaks compatibility with Windows code.
Path = "/"+curdir()      // Linux
Path = curdir()          // Win

Is it possible to correct this?
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to