VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



An Efficient Directory Scanner

by Arun Nair (5 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

Hello Friends, I'm back this time with another COM which scans for directories/folder. Many will appreciate this effort simply because this COM searches for folders and subfolders from a given path and populating it in an array. Some of you may ask "Well ...so what's new? ...aren't there applications that already do that?" ... my answer is YES, there are others too ...but maybe not as efficient or fast as this one. This COM uses the "iterative flag check" algorithm to eliminate redundant entries and also avoid skipping over unchecked paths. Besides, this is a COm ...so you can now use it along your VB/VBA/ASP application ...with the ease of just a few lines of coding!!
To try an example of its efficiency,I'd suggest that you start a "Standard EXE Application" in VB, reference(Project->References) this component(ArunSysUtils.dll), add a command button and a list box.
You will find a demo project that uses the COM called Client.vbp

Assumes
Fair knowledge of VB 6
Side Effects
Nope!!

Rate An Efficient Directory Scanner

Download An Efficient Directory Scanner

Download An Efficient Directory Scanner (6 KB)

An Efficient Directory Scanner Comments

No comments have been posted about An Efficient Directory Scanner. Why not be the first to post a comment about An Efficient Directory Scanner.

Post your comment

Subject:
Message:
0/1000 characters