COPYOSFILE (OpenInsight 32-Bit)
At 15 OCT 2003 01:48:09PM Wayne Shepard wrote:
Okay, can anyone tell me why this doesn't work?
Src=C:\SPRID.DAT'
DEST=C:\SPRID2.DAT'
ret=Utility('COPYOSFILE',Src,Dest)
Seems pretty simple to me.
Lame Wayne
At 15 OCT 2003 02:07PM Pat McNerthney wrote:
I think what you want is:
ret=Utility('COPYFILE',Src,Dest)Pat
At 15 OCT 2003 02:12PM Wayne Shepard wrote:
Ah, that worked. There's another thread on this system that indicates that COPYFILE does not work and COPYOSFILE does. That should be purged!!!!
Thanks,
Wayne