Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
harpo_ #1
How to get the path of an object .htm file?
Hi, I'm creating a custom Objects group, and need to keep some user-defined
settings in a .txt file. I want to keep this file in the same folder where the
..htm files are, ... \Configuration\objects\myObject\ but can't get the path
for this folder. Depending on the OS & configuration, DW may install my
files in a different folder on each system - I want to detect where this folder
is. How to do this? dreamweaver.getConfigurationPath() returns the common
folder under \Program Files\ ... - this is not where my files are installed. I
would use this folder to store my .txt file, but on 2000/XP systems restricted
users usually do not have write access for \Program Files\ and anything below.
document.location, this.location etc. return 'undefined' Please help! Thanks
harpo_ Guest
-
Object On A Path
I am trying to create this effect, particularly the arrows in the center. ... -
relative path to local shared object
Is it possible to force Flash to create and access a local shared object in the same directory as the Flash movie that will be using it instead of... -
attach some object to a path like a text
Please help immediatly, how can ý attach some object to a path like a text. ex. I draw apath and it is closed, maybe square. and ý want a lot of... -
Illustrator10 Grid (object/path) Converted to Selection in Photoshop07
Have a look at Greg Paret's excellent "Grids" plugin for Photoshop <http://www.users.cloud9.net/~gparet/photoshop>. Problem solved. And, Just... -
Virtual Path from a class Object
An object resides in memory. As such, there is no path, virtual or otherwise to it. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer... -
danilocelic *TMM* #2
Re: How to get the path of an object .htm file?
harpo_ wrote:
You are correct that that mehod will give you a program files path,> is. How to do this? dreamweaver.getConfigurationPath() returns the common
> folder under \Program Files\ ... - this is not where my files are installed.
however, because DW has to work with multiple configuration folder
locations, its function also need to be multi config folder aware. That
is, if you use:
var path = dw.getConfigurationPath() + '/Objects/myObject/settings.txt';
var mySettings = DWfile.read(path);
it will get you to the right info.
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest
-
zhibo #3
Re: How to get the path of an object .htm file?
[url]http://www.macromedia.com/support/programs/self/dreamweaver.html[/url]
simply
zhibo Guest



Reply With Quote

