Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

ERASE - plugins.file.deleteFile()



Deletes a file from disk.

 

VFP code example

ERASE "c:\temp\test.xml"            && delete the specified file
ERASE "c:\temp\test.xml" RECYCLE    && move to the windows recycle bin  

 

Servoy code example

plugins.file.deleteFile("c:\\temp\\test.xml");

// alternatively:

globals.ERASE("c:\\temp\\test.xml"); 
globals.DELETE_FILE("c:\\temp\\test.xml"); 


Note: ERASE() is a function of the VFP2Servoy Toolkit

 

 

External resources:

 

vfp plugin

 

ServoyWorld 2012 pics

 

Official Servoy website

 

Ken Levy on Servoy

 

Servoy info

 

Servoy Forum

 

Servoy Documentation

 

VisualFoxpro.com © 2010-2012 • All rights reserved • Contact: info@visualfoxpro.com