Technical References - [deletefile]

Deleting a file from your website

numero = 192
interpreted = N
texte = DELETING a FILE It is good practice to take this in two steps, starting with an "Are you sure?" type of warning before continuing to the actual delete code. [deletefile path] Putting [deletefile file=fred] in your template immediately deletes the file called "fred" in the same folder as the template. Paths are relative to the template, so "somefolder/fred" deletes the file down a level from the template inside a folder called "somefolder," while "../fred" deletes the file in the folder one level up from the template.

This operation is undoable!

See also [writefile], [appendfile], [createfolder], [copyfile], [copyfolder], [movefile] and [deletefolder] DELETING a FILE
It is good practice to take this in two steps, starting with an "Are you sure?" type of warning before continuing to the actual delete code.

[deletefile path]
Putting [deletefile file=fred] in your template immediately deletes the file called "fred" in the same folder as the template. Paths are relative to the template, so "somefolder/fred" deletes the file down a level from the template inside a folder called "somefolder," while "../fred" deletes the file in the folder one level up from the template.

This operation is undoable!



See also [writefile], [appendfile], [createfolder], [copyfile], [copyfolder], [movefile] and [deletefolder]

DOWNLOAD WEBDNA NOW!

Top Articles:

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

WebDNA Modules

A list of the currently available modules...

Download WebDNA Applications

WebDNA applications...

WebDNA Libraries

A list of available libraries for WebDNA...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[ddesend]

Sends text to a DDE server program on the local machine...

[calcfilecrc32]

calculates the CRC32 value of a given file...

[waitforfile]

The server waits until the file appears on disk...

[hideif]

[HideIf Comparison]Hide This HTML[/HideIf]...

[password]

Using [password] and [username] is an easy was to show the browser login dialog box...

[if]

This context displays HTML or executes WebDNA conditionally only if the expression is true...