The error's produced here:
Code:
void Copymove(string file)
{
File.Copy(Environment.GetFolderPath(Environment.SpecialFold er.MyDocuments), "../../contenidos/" + file);
}
Access to the path 'C:\Users\Danie l\Documents' is denied.
I've already tried modifying the app.manifest...