Help With Hyperlinks

  • Thread starter Thread starter Rajpreet
  • Start date Start date
R

Rajpreet

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!
 
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.com/blog/cns!A0D71E1614E8DBF8!181.entry )
and reference that in a string variable whenever you need to call the
link
 
Back
Top