Help With Hyperlinks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajpreet

    Help With Hyperlinks

    Hi All,

    I have a document where in there are many hyperlinks pointing to files
    located in a paticular directory. My concern is, if these files are
    moved from this directory to some other directory on the same system,
    then how do I replace the path mentioned in hyperlink with the new
    path avoiding manual intervention.

    Is there any way to autmate it? Like Can we capture the new location
    (or say particularly direcotory) of the files , and get the hyperlinks
    replaced automatically.

    Thanks in advance!

  • scorpion53061

    #2
    Re: Help With Hyperlinks

    On May 22, 7:42 am, Rajpreet <rajpreetsi...@ gmail.comwrote:
    Hi All,
    >
    I have a document where in there are many hyperlinks pointing to files
    located in a paticular directory. My concern is, if these files are
    moved from this directory to some other directory on the same system,
    then how do I replace the path mentioned in hyperlink with the new
    path avoiding manual intervention.
    >
    Is there any way to autmate it? Like Can we capture the new location
    (or say particularly direcotory) of the files , and get the hyperlinks
    replaced automatically.
    >
    Thanks in advance!
    I would store the root path as a user setting in an xml file (http://
    kellychronicles .spaces.live.co m/blog/cns!A0D71E1614E 8DBF8!181.entry )
    and reference that in a string variable whenever you need to call the
    link

    Comment

    Working...