Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Stream completion

Jun
223
0
Hi!

Using file name completion on files with streams, I found the following inconsistency:

del xxyy.ext: <tab>
expands to:
del xxyy.ext:stream <enter>
will correctly delete the specified stream.

However:

del "xx yy.ext": <tab>
expands to:
del "xx yy.ext:*"
not allowing me to delete (the only) stream available, stream.
Instead, I have to write out the stream name literally.

nickles
 
> del xxyy.ext:
> expands to:
> del xxyy.ext:stream


> del "xx yy.ext":
> expands to:
> del "xx yy.ext:*"

I can reproduce this behavior.

TCC 9.02.151 Windows XP [Version 5.1.2600]
TCC Build 151 Windows XP Build 2600 Service Pack 3

--
2008 Fridays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Saturday.
Measure wealth by the things you have for which you would not take money.
 

Similar threads

Back
Top