Nonstandard symbolic link to a disk volume



Dear All,

I create a symbolic link like "\??\Qwerty" which points to "\Device\HarddiskVolume1".
When I use this link in the Win32 API functions (like "\\.\Qwerty\blablabla"), it works ok.

Also the following examples of use of this symlink in the cmd are successful:
echo blablabla > \\.\Qwerty\SomeFileName.txt
\\.\Qwerty\SomeFileName.txt

But I cannot either to open the volume by the symlink ("\\.\Qwerty\") in file explorer or to do in the cmd
dir \\.\Qwerty\*

Is there an opportunity to open a target volume in file explorer using the above symlink?

Thanks.

--
Best regards,
Vladimir Zinin
mailto:vzinin@xxxxxxxxx
.



Relevant Pages

  • Re: diff mishandling symlinks
    ... |> BTW, a symlink reference to a non-existant file, that may, or may not, ... |> come to exist later on, is a valid symlink. ... | comparing the metadata of the symbolic links. ... | time of the symbolic link, but unlike other files, the contents of the ...
    (comp.unix.programmer)
  • Re: [OpenVMS Alpha V8.3] SET FILE/SYMLINK ?
    ... (Peter 'EPLAN' LANGSTOeGER) ... feature. ... A symlink does not have to point to a file, like a logical name, it can contain ... And while the container for a symbolic link may be a file, ...
    (comp.os.vms)
  • Re: has this bug been fixed?
    ... > option to not deference it? ... So it would seem that the symlink is always resolved if it ... A symbolic link to a directory behaves differently than you ... This means that the parent of the new working directory is ...
    (comp.sys.hp.hpux)
  • Re: Finding all the links in a Unix file/directory path
    ... Since directory 'f' is a symbolic link to directory 'c', ... of the the file tree, i.e. if a directory entry was a symlink in the ... original then it should become a symlink in the copy, ... straightforward, but can be done with -l, readlink, ...
    (comp.lang.perl.misc)