OpenFileManager

Description

Opens the Web Forms File Manager.

Syntax

void OpenFileManager ( )

Returns

None

Usage

For information on using the File Manager, see “Using the Web Forms File Manager”.

Examples

Example 1

You can use this code to open the Web Forms File Manager:

#if defined PBWEBFORM then
  OpenFileManager()
#end if