1771
1771
global _selected_dir_reader
1772
1772
if _selected_dir_reader is None:
1774
1773
if sys.platform == "win32" and win32utils.winver == 'Windows NT':
1775
1774
# Win98 doesn't have unicode apis like FindFirstFileW
1776
1775
# TODO: We possibly could support Win98 by falling back to the