Re: [boost] Boost.Filesystem i18n mini-review

20 Jul
2005
20 Jul
'05
10:06 a.m.
Peter Dimov wrote:
Jan Hermelink wrote:
- fstream.hpp: Implementation of function narrow_path(const std::wstring & file_ph, ...) This function doesn't work at all on my system, it returns always the empty string. Why is this 8.3 conversion needed, can this work on NTFS reliable?
No. 8.3 aliases are optional on NTFS and turning them off improves the performance of the file system, sometimes significantly.
Now I remember it: In fact I have turned off the 8.3 aliases for my machine months ago. I have set the registry value NtfsDisable8Dot3NameCreation (HKLM\System\CurrentControlSet\Control\FileSystem) to 1. Jan
7270
Age (days ago)
7270
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jan Hermelink