- 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
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