i'm trying to write a routine that will allow a user to create a file in his home dir. to simplify, let's assume i have the user's system alias & password, and home directory, and want to create a file 'test.txt' with contents 'hi there'.
i was successful in testing how much space was being used in the user's directory by using the imap functions, but haven't been able to use them to do this.. I created a mailbox, and appended the text to it, but it adds all that junk to the top of the box.
any ideas?
I'm guessing there might even be a linux command to do this..i dunno
much thanks in advance!
Blake