cm_OpenDrives issues
Moderators: Hacker, petermad, Stefan2, white
cm_OpenDrives issues
I don't know if this is a known issue but it seems that using TC to browse My Computer (cm_OpenDrives) > User Documents > Some dir that contains (even empty) desktop.ini leads to TC showing something like \\Test in the path bar instead showing the real path.
Also, in such cases the hidden/system files are not visible (e.g. desktop.ini)
<rant>As it seems that certain features can't be done right no matter how much people complain about it maybe we are better without them instead having them more like a demo</rant>
Also, in such cases the hidden/system files are not visible (e.g. desktop.ini)
<rant>As it seems that certain features can't be done right no matter how much people complain about it maybe we are better without them instead having them more like a demo</rant>
Last edited by roentgen on 2007-06-14, 19:56 UTC, edited 1 time in total.
TC for Linux please!
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
When browsing "My Computer" and other virtual folders, TC asks Windows for the display name of the current path, and shows it in the title. The real "name" is a binary ItemIDList, and cannot be displayed.
Enumerating virtual folders is controlled by the settings in the Explorer, so you have to enable hidden files there (and also file extensions).Also, in such cases the hidden/system files are not visible (e.g. desktop.ini)
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
If yes what flags do you set in EnumFolders (2nd parameter)?
http://msdn2.microsoft.com/en-us/library/ms649332.aspx
Do you use IShellolder::EnumObjects?Enumerating virtual folders is controlled by the settings in the Explorer, so you have to enable hidden files there (and also file extensions).
If yes what flags do you set in EnumFolders (2nd parameter)?
http://msdn2.microsoft.com/en-us/library/ms649332.aspx
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2Lefteous
I set just the flags SHCONTF_FOLDERS and SHCONTF_NONFOLDERS
I set just the flags SHCONTF_FOLDERS and SHCONTF_NONFOLDERS
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Maybe it will work, but you never know with these OLE APIs - some OLE objects may not recognize the flag, and just return nothing. I don't want to risk that now without a longer public beta test.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com