This function takes the name of your compiled handout or precept document and prepends your netid. So if your netid was lee89 and you had just made handout3.pdf, then rename_for_upload("handout3.pdf") would create a file called lee89_handout3.pdf which you could upload the Blackboard.

rename_for_upload(fname)

Arguments

fname

A pdf file you want to upload to Blackboard

Value

Returns nothing, but does change the name of the file

Details

Note: This function assumes that your username is also your netid. If this isn't true, don't use this function! Just rename the file by hand.