Hello
I hope that someone coul help me... I am trying to use the
instruccion filesystem.filecopy like this:
Dim var1,origin,destiny as string
origin = "C:\files\123.jpg"
destiny = "C:\files\newfolder"
Var1 = filesystem.filecopy(origin,destiny)
But when a start the program this say "Expected Function or variable" and is stayed in filecopy method...I tried to resolve it setting instead variable the path...but is the same....Please someone could tell what could be the problem????or any alternative to do this??
Thanks
I hope that someone coul help me... I am trying to use the
instruccion filesystem.filecopy like this:
Dim var1,origin,destiny as string
origin = "C:\files\123.jpg"
destiny = "C:\files\newfolder"
Var1 = filesystem.filecopy(origin,destiny)
But when a start the program this say "Expected Function or variable" and is stayed in filecopy method...I tried to resolve it setting instead variable the path...but is the same....Please someone could tell what could be the problem????or any alternative to do this??
Thanks