alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

Cancel a current copy-process? #521

Closed NeobaThing closed 3 years ago

NeobaThing commented 3 years ago

Hello,

at first thx for the fantastic Library :-)

My problem: I can´t find a way to cancel a current copy-process with Directory(Info) and File(Info). How can i stop this process?

regards

Yomodo commented 3 years ago

Hi, thank you.

Just like the System.IO implementation, AlphaFS implementations do not support this.

NeobaThing commented 3 years ago

OK :-)