How to open a windows folder ?



I need to open a windows folder (not the windows open dialog, but the actual
folder) from within delphi, something like

cFld:="C:\Windows\System32";
OpenFolder(cFld);

where do I find this ?
Thanks !


.