Next:
wx:copy-file
Up:
Files
Previous:
wx:application-file-handler
wx:concat-files
(wx:concat-files
file1
file2
file3
)
->
boolean
file1
:
string
file2
:
string
file3
:
string
Concatenates
file1
and
file2
to
file3
, returning
#t
if successful or
#f
otherwise.
PLT