Mombu the Microsoft Forum

Mombu the Microsoft Forum > Microsoft > Windows Vista (TECHNET) > How to resolve symbolic links in code?
REGISTER NOW! Search Today's Posts Mark Forums Read




Reply
 
Thread Tools Search this Thread Display Modes
1 1st May 12:35
muemeister
External User
 
Posts: 1
Default How to resolve symbolic links in code?



Hi there,

Short question: How can I resolve the real path of a destination
including sympoic links?

Scenario:
1.) I install an application under C:\Prgogramma\myapp where
c:\Programma is not a physical path. The shortcut created on the
desktop also contains this *pseudo* path.

2.) Now if I want to us ::LoadLibrary() with
"C:\Programma\myApp\mylib.dll" the call fails because it really tries
to load the DLL on this path (which does not exist). Same issue for
GetModuleFileName().

Do I have to 'translate' the path into a physical one via another
function first?
Any ideas?
TIA
Mue :-)
  Reply With Quote
SPONSORED LINKS BY GOOGLE

 


2 1st May 12:36
jimmy brush
External User
 
Posts: 1
Default How to resolve symbolic links in code?



Hello,

Are you referring to symbolic links or shell shortcuts? If you mean shell
shortcuts, you will need to use the shell API to dereference them:

http://msdn.microsoft.com/library/de...s/shortcut.asp

If you actually mean symbolic links and junctions, they are decoded for you
automatically by the operating system, and you don't have to do anything
special in your program to work with them - they look and feel to your
program as if they were normal folders.

Here is more information on symbolic links / junctions:

http://msdn.microsoft.com/library/de...olic_links.asp

http://msdn.microsoft.com/library/de..._junctions.asp

--

- JB
  Reply With Quote
SPONSORED LINKS BY GOOGLE

 


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes







Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
Also visit Ogoun the Usenet Archive
666