View Single Post
  #2 (permalink)  
Old 03-23-2007, 09:46 AM
William_Wilson's Avatar
William_Wilson William_Wilson is offline
Moderator
 
About:
Join Date: Mar 2006
Location: Canada
Posts: 973
William_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura about

Default


it depends on how you implemented the link. PP should allow you to use dynamic linking, just as it is done in webpages start the link with:
./
this informs the program or device to start looking in the current location, as opposed to typing in an entire path, eg:
C:\\some folder\some file.ext
if your 2 files are in the same directory it should be as simple as making the link:
./filename.ext
or possibly in windows:
.\filename.ext
some programs are picky about the direction of the slash.



__________________

</Dream In Code>
-William. ยง (marvin_gohan)
Reply With Quote