Thread: Folder shortcut
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel[_21_] Daniel[_21_] is offline
external usenet poster
 
Posts: 7
Default Folder shortcut

Hello,
I created a shortcut (named "toto") pointing towards a folder (c:\temp). It
is located under the drive letter E:.
I cant manage to use it as a directory :
I tried :
ChDir "toto"
ChDir "e:\toto"
ChDir "e:\toto.lnk"
to no avail. Yet the Dir function sees it as directory.
Has anybody an idea ?
Thanks in advance.
Daniel