Home > Blockchain >  Python copy folder with Windows Progress Bar
Python copy folder with Windows Progress Bar

Time:01-13

Is there a way to initialize a Copy command with Python on Windows. I want to get a Progress window just like I would when using Copy / Paste in the explorer:

Windows Progress Bar

So basically Python only starts the process and Windows runs it.

I know there are other ways to the a Progress bar within python but that's not what I'm looking for.

CodePudding user response:

Call SHFileOperation. You could perhaps use this as a starting point...

  •  Tags:  
  • Related