Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the Latest File List

Status
Not open for further replies.

SmallProgram

Programmer
Feb 6, 2002
42
0
0
IN
Hi all,

Iam building an application which tracks the File a User is going to access. (Like a Word Document or Excel Sheet).

I want to get the information of all the files that the user has accessed in the last (Some Fixed Timeframe).

I can use File search in windos. Can We emulate some thing the File search does for us using VB. If yes can somebody give me some info on this.

Sri.

Programmer,Amatuer
 
Do a search for the DateLastAccessed Property of the FileSystemObject.

"Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top