Deleting a file from your website
numero = 192
interpreted = N
texte =
DELETING a FILEIt 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 FILEIt 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:
Download WebDNA Applications
WebDNA applications...
Technical Change History
This Technical Change History provides a reverse chronological list of WebDNA changes...
AWS Raw WebDNA LAMP-Plus WebServer
Amazon Web Services (AWS) README for Machine Image ID...
F.A.Q
A compilation of some user's questions...
WebDNA Libraries
A list of available libraries for WebDNA...
Tips and Tricks
A list of user-submitted tips ...
Related Readings:
[xmlparse]
Enable the WebDNA programmer to input XML data into a WebDNA variable...
[findstring]
[FindString Source=...
[table]
[table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...
[calcfilecrc32]
calculates the CRC32 value of a given file...
[movefolder]
Move a folder and all its contenton your webspace...
[writefile]
[writefile] functions allows you to perform a wide variety of tasks...