Skip to content

Irwin1985/GetDirPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

GetDirPro

Displays the Select Directory dialog box from which you can choose a directory.

Latest release

GetDirPro - v.1.1 - Release 2019.05.10

Si te gusta mi trabajo puedes apoyarme con un donativo:
DONATE!

Gracias por tu apoyo!

Usage

    *-- Set classLib
    Set Procedure To "GetDirPro.Prg" Additive
    *-- Create object
    loDir = NewObject("GetDirPro", "GetDirPro.prg")
    *-- Prompt dialog box
    ?loDir.getDir([cDirectory [, cText [, cCaption]]])

Parameters

cDirectory Specifies the directory that is initially displayed in the dialog box. When cDirectory is not specified, the dialog box opens with the Visual FoxPro default directory displayed.

cText Specifies the text for the directory list in the dialog box.

cCaption Specifies the caption to display in the dialog title bar. The Windows default is "Select Directory".

Return Value

Character

About

New Free Directory Selector 100% Visual FoxPro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages