
September 19th, 2012, 09:06 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 4
Time spent in forums: 52 m 55 sec
Reputation Power: 0
|
|
|
File Management Application
Hi there everyone,
I am new to these forums, although I have been programming for a few years now. I mainly develop with PHP for the web, but recently I have been studying Python not only for web development, but for simple application development as well.
I am getting ready to start a small project that will serve as a file management system for my desktop and my business partners desktop. The goal of this project is to automatically store downloaded file locations to a MySQL database running locally so that the files can be looked up in the database in the future. The program will also allow us to manually enter in file names and their locations as well.
The main question I have regarding this project is how will I go about activating the database query automatically when a file is downloaded to the pc? Is there a way to have this program automatically do its functions (as stated above) every time a file is downloaded to the system?
Thanks for your help!
|