On 22 Oct 2012, at 4:48 AM, Hassan Alnatour <[email protected]> wrote: > I want to make function that makes a csv file from my database and push it to > a dropbox folder , any ideas on that ?
At the very least create the csv file in a tmp directory and then move it atomically to your dropbox folder, so Dropbox (and its clients) don't see a partial file. --

