I need urgent help
I'm trying to create a folder named "MB Newton v3_4" in this path. (path)
It's not working It doesn't create or copy the files.
Only when I put the path of "DESKTOP", then it works perfect.
Can someone help me please ?
path = ("C:\\Arquivos de Programas\\Adobe\\Adobe After Affects 2020\\Support Files\\Plug-ins");
Folder.Create(path.."\\MB Newton v3_4");
File.Copy("AutoPlay\\Docs\\MB Newton v3_4\\*.*", path.."\\MB Newton v3_4", true, true, false, true, true, nil);
I'm trying to create a folder named "MB Newton v3_4" in this path. (path)
It's not working It doesn't create or copy the files.
Only when I put the path of "DESKTOP", then it works perfect.
Can someone help me please ?
path = ("C:\\Arquivos de Programas\\Adobe\\Adobe After Affects 2020\\Support Files\\Plug-ins");
Folder.Create(path.."\\MB Newton v3_4");
File.Copy("AutoPlay\\Docs\\MB Newton v3_4\\*.*", path.."\\MB Newton v3_4", true, true, false, true, true, nil);