From: Zoran V. <zv...@ar...> - 2005-06-10 16:05:31
|
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 |