Am 10.06.2005 um 17:58 schrieb Vlad Seryakov:

We can check for slashes / and \ in the path, not just first character. This will work both on Unix and Windows.



Yes. There should be a call like:

   bool NsLooksLikeUnixPath(char *path)
   bool NsLooksLikeWindowsPath(char *path)

because you need to cover all sorts of weird formats.

Zoran

Reply via email to