Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl2exe advice needed re: pathnames ....... 1

Status
Not open for further replies.

rab54

Programmer
Jan 28, 2004
112
GB
Hi gurus once again ;-)

OK - I am using perl2exe to bundle my perl/tk app - all is fine except I need to know how I cope with images that are stored on the server -

eg c:/images/test.jpg --- on the server

If I use this path when I have turned it into an exe file obviously it will look for the image on the clients local machine ....

Apart from each user having to map a drive to the server (using the same drive letter as is in the app) - is there a way round this ??

thanks in advance

Rab
 
UNC path if the server will be the same for all users.

[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top