metacard Digest, Vol 23, Issue 11
Klaus Major
klaus at major-k.de
Thu Aug 18 05:23:48 CDT 2005
Hi Reinhold.
> Hello Dave!
>>> repeat with i = 1 to num of lines in ImagePath
>>> put line i of ImagePath into ImageName
>>> repeat with k = 1 to 6
>>> delete char 1 of ImageName
>>> end repeat
>>> put url ("binfile:" & "ImagePath") into url ("binfile:Export/
>>> ImageName")
>>> end repeat
>>>
>> Try this:
>> put url ("binfile:" & ImageName) into url ("binfile:Export/" &
>> ImageName)
> I tried as you suggested. The copies of the file has the correct
> name but they are empty (0 Bytes).
>
> :-(
sounds like there are no files with/in the name/path -> ImagePath,
so you end with empty (bin)files...
Please doublecheck ImagePath/ImageName!
Try:
...
answer (there is a file ImageName)
## should be -> true
...
> Reinhold
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the metacard
mailing list