Does the same apply to "C:\"? I think the handling of "X:" without a following \ is poor in multiple places.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-02-12 00:55: Subject: NT problem.
This is not good:
file_stat("C:");
(5) Result: 0
sizeof(get_dir("C:"));
(6) Result: 27
/ Martin Nilsson (saturator)