Greetings...
Is there a way to use long file/dir names with _stat function I've tried to prepend path with \\ \ and use _wstat (it works for _wopen) -- it not works: in this case _wstat returns -1 and errno == ENOENT even for short pathes. If not prepend path -- function works nice (but only with short names).
Best regards...