Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

MD | MKDIR - plugins.file.createFolder()



Creates a new directory or subdirectory on disk.

 

VFP code example

MKDIR "c:\temp\sub1\sub2" && create subfolder  

 

Servoy code example

plugins.file.createFolder("c:\\temp\\sub1\\sub2");

// alternatively:

globals.MKDIR("c:\\temp\\sub1\\sub2"); 


Note: MKDIR() 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