C#/CopyFile: Cross-platform code with Progress
Posted
by Murat
on Stack Overflow
See other posts from Stack Overflow
or by Murat
Published on 2010-05-28T17:43:47Z
Indexed on
2010/05/28
17:52 UTC
Read the original article
Hit count: 279
Hi everyone,
Please suggest me a C# cross-platform solution to copy a File with progress. The method should be able to copy the file on Mono as well on .NET.
P.S. Most of the solutions here refers to CopyFileEx (which uses PInvoked and I am not sure if this will works on a Mono)
P.S.S. Many thanks in advance!
-- Murat
© Stack Overflow or respective owner