Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
$$$ and FOPEN('PRN') -- Sometimes they work ??
Message
De
23/06/1999 01:57:02
 
 
À
20/06/1999 16:41:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00231857
Message ID:
00232837
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform