Re: Accessing files in a directory which is a shortcut link (Windows)

2009-05-02 Thread Tim Golden
Tim Golden wrote: Windows shortcuts are Shell (ie GUI Desktop) objects rather than filesystem objects. The filesystem doesn't treat them specially; just returns the .lnk file (or whatever it's called). As a caveat: they don't actually *have* to be called .lnk (altho' they almost universally ar

Re: Accessing files in a directory which is a shortcut link (Windows)

2009-05-02 Thread Tim Golden
jorma kala wrote: Hi, I'd like to process files in a directory which is in fact a short cut link to another directory (under windows XP). If the path to the directory is for instance called c:\test. I have tried both following code snipets for printing all names of files in the directory: ++ sni