VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code

by LPChip (7 Submissions)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 9th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code

Rate Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code



Do
Fn = Dir
MsgBox Fn
Loop Until Fn = ""


Download this snippet    Add to My Saved Code

Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code Comments

No comments have been posted about Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code. Why not be the first to post a comment about Gets every file in a speciffic directory, without using controls and api's uses 5 lines of code.

Post your comment

Subject:
Message:
0/1000 characters