- May
- 13,158
- 180
In general, stream names, "drive:\path\file:stream", and "\\host\share\path\file:stream" work as arguments to commands and variable functions. But
works to complete a stream name, while
doesn't.
Is this a shortcoming of the API? If not, can the behavior be changed?
Code:
drive:\path\file:<Tab>
Code:
\\host\share\path\file:<Tab>
Is this a shortcoming of the API? If not, can the behavior be changed?