Re: How to open a windows folder ?
- From: Nicholas Sherlock <n_sherlock@xxxxxxxxxxx>
- Date: Sat, 28 May 2005 12:40:12 +1200
Robert Puts wrote:
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);
Easy, use shellexecute!
uses shellapi; begin shellexecute(handle,'open','C:\windows\system32',nil,nil,sw_shownormal); end;
Cheers, Nicholas Sherlock .
- Follow-Ups:
- Re: How to open a windows folder ?
- From: KLite
- Re: How to open a windows folder ?
- From: groups
- Re: How to open a windows folder ?
- From: Jens Björnhager
- Re: How to open a windows folder ?
- References:
- How to open a windows folder ?
- From: Robert Puts
- How to open a windows folder ?
- Prev by Date: Re: Delphi 7 - convert a bmp 32bit into a 24bit
- Next by Date: Delphi 2005 executes slower?
- Previous by thread: Re: How to open a windows folder ?
- Next by thread: Re: How to open a windows folder ?
- Index(es):