ShowOpenFile

The ShowOpenFile function returns a file path if successful or empty string if fails.

Syntax :

ShowOpenFile(Filter)
Parameters Description
Filter Required. Filters needed.

Example :

sFile=ShowOpenFile(“Image Files (*.bmp,*.jpg,*.png,*.gif)|*.bmp;*.jpg;*.png;*.gif”)