Re: Guarantee Critical Regions in Portable code. Portable Semaphores?



On Feb 1, 7:37 am, Stefan Reuther <stefan.n...@xxxxxxxx> wrote:

Most embedded applications do not require LFN support, so it is always
going to be a low priority feature for me.

If your embedded application intends to read memory cards / sticks with
music on them, users will expect to see long file names. At least, my

Well, (a) the world DOES NOT need yet another MP3 player project, and
(b) the important information is in the ID3 tags, not in the filename.
Parsing the filename is the last resort if your MP3 file is missing
ID3s.

However, as far as I understand, MS' patents mostly apply to allow
coexistence of 8.3 and long file names. Most embedded applications don't

Correct... the patent raised the most often in this discussion talks
about the idea of maintaining two parallel databases of filenames with
links associating one with the other. But FAT with 8.3+LFNs is not the
only place MS uses this technique; they also use it for example when
serving MacOS volumes from an NT-family server.

major nuisances such as "dir c:\*1*" showing "c:\Program Files" and
"c:\Documents and Settings", which have a "1" in their short name.

That's a bug in the way CMD.EXE parses wildcards, though - not an
inherent FS bug. Observe that an Explorer window does not show the 8.3
equivalent for a file for which an LFN exists, and an explorer search
on a FAT volume also suppresses these 8.3 orphans.

.



Relevant Pages

  • Re: code within libraries vs code within same project
    ... Is this a bug in System.Diagnostics.StackTrace? ... //the .dll do not appear to have all the info, particularly filename. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Common dialog control returns wrong filename
    ... It is caused by the listview generating a CDN_SELCHANGE: message when the listview area is clicked. ... This is not a bug per: se, but rather the way a listview works. ... : Remember too that Word and Excel do not use the Windows common dialogs, so: their custom implementation to duplicate the functionality of the real: common dialogs may circumvent the problem. ... sometimes:: returns a different filename from the name that is displayed on the ...
    (microsoft.public.vb.bugs)
  • Re: Tilde expansion on (Windows)files?
    ... that a tilde in a filename makes problems: ... internal representation of the string makes a difference is a bug. ... perhaps tried to cover too many points at once in the bug report. ... tilde is another issue altogether. ...
    (comp.lang.tcl)
  • Re: Short Folder 8:3 Name
    ... the FAT is the same as the long filename in the VFAT. ... both windows and when using the Command window DIR command. ... file called 'abcdefgh.xyz' were to be stored, the unconditional support ...
    (microsoft.public.windowsxp.general)
  • Re: Portability issues with filenames provided by tkdnd
    ... a kubuntu bug since the output from ls also doubles the percent signs ... ls outputs a single percent sign in the filename ... I therefore suspect a bug in Kubuntu 8.04. ... so far I could find only one platform that doubles the percent sign in the filename, and this looks pretty much like a bug of this platform. ...
    (comp.lang.tcl)