Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Plugin Include Files - Safe Paths

Quote Reply
Plugin Include Files - Safe Paths
When including a graphic or another file with your plug-in tar, what is the safe way to reference (path/link) this file once the plug-in is installed?

Will the path always be admin_root_path/plugins/installed ? And when it is installed, how do I reference a grahpic inside the tar file.

Example:

I want to display xyz.gif, which I inlcuded in my plugin TAR, inside the plugin.pm about sub.

Thanks Smile


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] Plugin Include Files - Safe Paths In reply to
You include code within Install.pm which extracts the images. Look at the Tar docs in the admin panel.

Last edited by:

Paul: Jun 8, 2002, 1:09 AM