In message <u#> "Andrew McLaren"
<> wrote:
>However, the 8.3 names occupy very little space. This optimisation tweak is
>often promoted by people looking for optimisation tweaks; rather than the
>result of any performance tuning per se. On current systems, given
>contemporary hard disk and CPU performance, the overhead is neglegibile.
There is one other consideration, the short filenames sometimes create
unexpected results when dealing with wildcards.
For example, open a command prompt and type "dir c:\*~*" and you'll
typically see "Program Files" listed (and possibly others)
In some cases the short file names can actually create filenames that
cause unexpected wildcard hits. For this reason I've kept SFN
generation off on most of my servers (Except user-facing file servers)
for some time, without any ill effects.
>And, turning this off will create problems for any 16-bit apps you run.
Worse, there is still the odd 32-bit app that relies on short file names
Luckily, only one of my server apps has this particular issue, and as a
result I keep it in a SFN-accessible path structure (In other words,
rather then generating SFNs system wide, I simply only use SFNs in this
app)
--
You can get more with a kind word and a 2x4 than just a kind word.