Jim1764 Posted October 17, 2003 Posted October 17, 2003 Hello group, I'm new to VB.NET and I'm trying to write some code to watch a certain directory for files to be created then check the size of the file and delete it if it's under a certain size. I've tried several things but haven't gotten anywhere. Thanks, Jim1764 Quote
JumpsInLava Posted October 17, 2003 Posted October 17, 2003 You can throw a timer on a form, and in the timer event: Clicky .....as for checking file size, I don't remember right now. Quote
*Experts* Volte Posted October 17, 2003 *Experts* Posted October 17, 2003 You should use the FileSystemWatcher component. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.