Kilicaslan Fatih wrote:
[...]
> Dear All,
>
> I changed the mode of the files before copying them.
> So the problem is solved as follows:
>
> SOLUTION:
>
> def run(self, event):
> cmd_out = self.A_com()
> if App.runF != "":
> os.mkdir('C:\copiedFiles')
--- Larry Bates <[EMAIL PROTECTED]> wrote:
> Note the error is permission denied. I would guess
> that
> either the file has read-only flag set or perhaps
> the
> '' program is still running and has the file
> open
> in a separate thread so you can't delete the
> directory
> until it has co
--- Larry Bates <[EMAIL PROTECTED]> wrote:
> Note the error is permission denied. I would guess
> that
> either the file has read-only flag set or perhaps
> the
> '' program is still running and has the file
> open
> in a separate thread so you can't delete the
> directory
> until it has co
--- Larry Bates <[EMAIL PROTECTED]> wrote:
> Note the error is permission denied. I would guess
> that
> either the file has read-only flag set or perhaps
> the
> '' program is still running and has the file
> open
> in a separate thread so you can't delete the
> directory
> until it has co