Shell_OpenFolderAndSelect

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) > Shell >

Shell_OpenFolderAndSelect

 

Description

 

Open Shell Explorer and select a file.

 

Syntax

 

n = Shell_OpenFolderAndSelect(sFullFilePathAndName)

 

Returns

 

Number.

 

%TRUE if file exists and Shell was able to open and select file

%FALSE if something went wrong

 

Parameters

 

Name

Type

Optional

Meaning

sFullFilePathAndName

String

No

Full file path and name.

Shell will open indicated path and file will be selected

 

Remarks

 

Restrictions

 

See also

 

OS_ShellExecute

 

Examples