Einzelnen Beitrag anzeigen
Alt 13.10.2012, 12:53   #176
leecher
Moderator
FILEDEL

E r g e b n i s / R e s u l t

Delete an existing file.

B e s c h r e i b u n g / D e s c r i p t i o n

This function deletes an existing file with the name fname

S y n t a x
Code:
bool = call("filedel",fname)
P a r a m e t e r

fname - The file to delete

R e t u r n s

A boolean value.

B e i s p i e l / E x a m p l e
Code:
attach "filecomp.oac"
ok = call("filedel", "test2.txt")
detach "filecomp.oac"
leecher ist offline   Mit Zitat antworten