Open a pop-up window with a directory browser.

Syntax
int Fct_Open_DirName(
char *title,
char path[]
) ;
Parameters
title
A text string that will be displayed at the top of the window.
path
Pointer to a string that will be filled with the selected directory's path.
Return value
This function return "1" if the selection was successful.
Remarks
This function open a dialogue box using the "SHBrowseForFolder" mechanism.
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also