11 lines
272 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef FILEBROWSER_H
#define FILEBROWSER_H
#include <windows.h>
// Display browse dialog box, and return dir string. String does
// not need to be freed, will be overwritten by subsequent calls.
PTSTR BrowseForFolder(HWND hwnd, PTSTR szInitialPath);
#endif