Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$$$ and FOPEN('PRN') -- Sometimes they work ??
Message
From
23/06/1999 01:57:02
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231857
Message ID:
00232837
Views:
12
lparameter tcInFile, tcOutFile, tuNoOverWrite

local lcType
local liNoOverWrite

declare ;
integer CopyFile in KERNEL32.DLL ;
string @cSourceFileName, ;
string @cDestFileName, ;
integer iFailIfExists

declare integer GetLastError in KERNEL32.DLL

if type('tcInFile') <> 'C'
Msg_RS('COPYF_RS.PRG: 1','WD')
return -1.
endif

if type('tcOutFile') <> 'C'
Msg_RS('COPYF_RS.PRG: 2','WD')
return -1
endif
Peter Robinson ** Rodes Design ** Virginia
Previous
Reply
Map
View

Click here to load this message in the networking platform