Contents:

 

 

Introduction


News blog


What is Servoy?


Getting Started


Comparison Servoy/VFP


Performance


How-To's

 

Code Reference

 

VFP2Servoy Toolkit

 

 

Contact / feedback

 

 

 

 

 

 

 

 

 

 

 

 

 

 

HOME() - plugins.file.getHomeDirectory()



Returns the home directory of the user that is currently logged in. IN VFP the HOME() function supports a parameter that allows you to differentiate between various Visual FoxPro directories. In Servoy only the users home directory is supported.

 

VFP code example

// returns C:\Users\Computername\Documents\Visual FoxPro Projects
? HOME(8)

 

Servoy code example

plugins.file.getHomeDirectory();  \\ returns C:\Users\Computername\

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