Get File and Directory Foundation Class

This dialog box retrieves both a file and folder name. It is used to create new projects in directories of the same name.

Category User Interface

Default Catalog

Visual FoxPro Catalog\Foundation Classes\User Controls

Class

_folder

Base Class

Container

Class Library

_controls.vcx

Parent Class

_container

Sample

...\Samples\Solution\Ffc\getproject.scx

Remarks

To use, drop the class on a project or form. When you drop the class on a project, you can choose between adding the class or creating a subclass. When you drop the class to a form, Visual FoxPro places the class controls including a Browse button on your form.

Properties, Events, Methods Description

cLastProjectFile property

Internal to the class.

cExt property

Internal to the class.

TrimFile property

Internal to the class.

See Also

Reference

Visual FoxPro Foundation Classes A-Z

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Other Resources

Foundation Class Samples