Hello!
I am writing a program where I need to know the number of all files and folders contained underneath a user specified folder.
Short of recursing and couting, is there any way I can do this more efficiently (like maybe hooking into the Windows Folder properties dialog and grabbing the number of files and folders from there??).
Any ideas?
wmg
I am writing a program where I need to know the number of all files and folders contained underneath a user specified folder.
Short of recursing and couting, is there any way I can do this more efficiently (like maybe hooking into the Windows Folder properties dialog and grabbing the number of files and folders from there??).
Any ideas?
wmg