GetFileName
This program uses Windows API functions to open the operating system's GetOpenFileName and GetSaveFileName windows. They differ from the built in PowerBuilder functions in that they show the Places bar on the left of the window.
Win API Functions used:
CommDlgExtendedError
GetOpenFileName
GetSaveFileName
LocalAlloc
LocalFree
RegisterWindowMessage
RtlZeroMemory
SHGetFolderPath
——— Last updated 01/11/2012 ———