c# - How do I use IFileOperation? -
i want use ifileoperation copy files.
i found this , this don't understand them.
can ifileoperation
call progress method information each item copied out of given – considering folder 1 instead of every file in separate ?
edit: have list<string>
of files , folders want copy string
folder, method being called report progress. how that?
is managed code? there should careful with, more "standard" code?
is managed code?
no. ifileoperation
part of windows shell api, com interface. you'll need use com interop if want use these interfaces.
you can total progress using copyitems.
Comments
Post a Comment