MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 218

For windows 95/98/nt4/2000
Table of Contents

Advertisement

226
GetLastErrorMessage
function GetLastErrorMessage(): WideString
Tests the result of an UploadFile call by returning last associated RDS error message.
IsFolderDeployable
function IsFolderDeployable(const sFolderName:WideString): WordBool
Returns the deployment status of the passed folder name. This method can be used to
skip folders that have been designated as "Do Not Deploy" folders.
OpenProject
procedure OpenProject(const sProjectName: WideString)
Opens the project specified in the passed OleString. The project specification must be
a fully qualified path to the existing project file.
PathExists
function PathExists(const sFolderName: WideString): WordBool
Checks to see if a path exists.
SetDeployState
procedure SetDeployState(sServerName:WideString,bServerStatus: WordBool)
Enable/disables the deployment server specified by sServerName during deployment.
This allows some servers to be turned on or off during the deployment process.
SetLogFileName(sLogFileName:String)
procedure SetLogFileName(sLogFileName: String)
Change the name of a generated deployment log file. The default name is
"Deployment.log" and its default location is the visual tool's main installation
directory. Specify a fully qualified path and file name.
SetLogging
procedure SetLogging(bDoLogging: WordBool)
Turn logging on and off. This method only has an effect prior to opening a project for
deployment.
UploadFile
procedure UploadFile(const sFile:Widestring, sTargetFile: WideString)
Uploads an individual file to the server. The first OleString represents the fully qualified
path of an individual file to upload. The second OleString represents the fully qualified
target name, such as rds://localhost/main/index.html.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents