Hello,

I am working on a new development tool that would impact Logon/Logoff times,
as well as increase network bandwidth usage.

Goal of the project is, for Windows 7, to create a tool that at logon checks the sizes of the files on the desktop and if the file reaches certain size, takes some action: whether warns the user to do something with these files or copies the files to a share Drive and creates desktop shortcuts.

Was looking to do this with a form using C#. Before I begin was wondering if there were any examples out there of anything similiar to look at or any sample code of how to collect the filesizes and then move the larger files.

Thank You for your help!