fs icon indicating copy to clipboard operation
fs copied to clipboard

concat method?

Open acthp opened this issue 13 years ago • 3 comments
trafficstars

Is there a way to concat files? I see file copy, but no append or concat.

acthp avatar Oct 12 '12 20:10 acthp

I want this feature too, there used to be a join but then it has been taken out it seems.

lowks avatar Jan 23 '14 10:01 lowks

@lowks You're talking about different things I think. He isn't talking about joining filepaths. He is talking about appending two files together. If you want to join paths together, just call (file ..) on the paths.

Raynes avatar Jan 23 '14 17:01 Raynes

Okay right my mistake. Could you cover joining paths a bit on the readme?

(iphone)

On 24 Jan, 2014, at 1:26 am, Anthony Grimes [email protected] wrote:

This message is eligible for Automatic Cleanup! ([email protected]) Add cleanup rule | More info @lowks You're talking about different things I think. He isn't talking about joining filepaths. He is talking about appending two files together. If you want to join paths together, just call (file ..) on the paths.

— Reply to this email directly or view it on GitHub.

lowks avatar Jan 24 '14 05:01 lowks