There are several ways to copy files: using TFileStream, using TShFileOpStruct, Windows.CopyFile (at least that's what I've found).
When I start file copying using one of the ways I've mentioned my application freezes (only file copying window is active) and when I close my application, file copying is also canceled.
Is it possible to copy/move files so that the process won't depend on my application?
I mean, how can I start copy/move operation an then close my application and the copying/moving will remain?