hey, I've seen this problem many times over the net, and now I'm one of them.
simple code really.
File.Move(Remot eFolder, MoveImportedFil esTo);
where
RemoteFolder = \\192.168.1.99\ ftp2users\monda y\original1.csv
and
MoveImportedFil esTo = C:\wow.csv
all I get is "Access to the path is denied." . I dont get it. I'm not only a
local, but a network admin, and I specifically gave my user FULL CONTROL over
the directory.
I'm doing this in a windows service.
any ideas what else I could be missing here?
simple code really.
File.Move(Remot eFolder, MoveImportedFil esTo);
where
RemoteFolder = \\192.168.1.99\ ftp2users\monda y\original1.csv
and
MoveImportedFil esTo = C:\wow.csv
all I get is "Access to the path is denied." . I dont get it. I'm not only a
local, but a network admin, and I specifically gave my user FULL CONTROL over
the directory.
I'm doing this in a windows service.
any ideas what else I could be missing here?
Comment