User Profile
Collapse
-
making text appear from a line of a text file
I am working on a program that needs to out put a certain line of text from a text file to the .text property of a textbox. any ideas? do you want more specifics on my project? -
replace the "../" with what ever file folder you want to deal with. -
i found this snippet of code on some site:
Code:Private Function GetFileCount(ByVal path As String) As Integer 'this function will figure out the Dim FileCounter As Integer path = Dir("../") Do While Len(path) FileCounter = FileCounter + 1 path = Dir() Loop Return FileCounter
Leave a comment:
-
File count within folder(s)
i searched these forums for a file counting snippet of code to count the number of files in folder and return a value but i couldn't find one that worked. i just want to have it search the folder under the default folder( meaning the folder under where the .exe file is)
any ideas?
No activity results to display
Show More
Leave a comment: