Am 15.01.2011 16:06, schrieb Stefan Sonnenberg-Carstens:
I'm trying to create a Backup/Restore app.
I'm really struggeling for a long time.
I can successfully read directories, but not files.
Every time, I'll try I get "Access denied", Error 5.
It's running with admin privs.
Any ideas ?
#!pyt
I'm trying to create a Backup/Restore app.
I'm really struggeling for a long time.
I can successfully read directories, but not files.
Every time, I'll try I get "Access denied", Error 5.
It's running with admin privs.
Any ideas ?
#!python
import sys
import os
import os.path
import getopt
impo