copyfile weirdness (again)


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by GREG on December 14, 2007 at 13:47:17:

The following code locks my system up and I have to exit comet badly:

SOURCE$ = PATH('DAT') + STRIP(BATCH$)
DEST$ = "C:\IMPORT\"+STRIP(BATCH$)+".DAT"
FLAGS = 2048
PRINT(0) (COPYFILE=SOURCE$,DEST$,FLAGS)

The customer was on S type directories and I recently changed them to
C type directories. They are on the latest everything. I am guessing the problem is the 3 character extension because I use this code all over the place. Is this designed to work?


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]