Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Clukey #1
DWfile.write returning 0
I'm trying to create a temp file for my extension, but it isn't working, here
is the code I'm using.
DWfile.write(dreamweaver.getConfigurationPath()+"T emp/myFolder/myFile.htm", "")
What am I doing wrong??
Thanks
Clukey Guest
-
DWfile.copy dies after the 1023 file
I have an extension that copies files from the Dreamweaver site folder to a staging folder using a recursive copy function. After copying 1023... -
DWfile.copy not working
I have an extension that I am building and I need to copy a file automatically from the config folder to the users local site when they apply the... -
Compare current date with DWfile.getCreationDate/Obj
Hey everyone! I have a new questions. I was curious if anyone already has a created function that will convert e current date into the hex format... -
Macintosh OS X Path Problems when using DWfile.exists
Hello, When working with a MACINTOSH OS X and when I try to do either a DWfile.exists( dreamweaver.getConfigurationPath() ); DWfile.exists(... -
DWfile and Image Files
I am trying to read in an image files using DWfile.read() so that I can post it to a server using a multi-part form for HTTP file upload. The... -
Clukey #2
Re: DWfile.write returning 0
Hey, I figured it out, I nedded to put a "/" before the next folder. So the code should be:
DWfile.write(dreamweaver.getConfigurationPath()+"/Temp/myFolder/myFile.htm", "")
Clukey Guest



Reply With Quote

