Smalltalk
›
Pharo
›
Pharo Smalltalk Developers
Search
everywhere
only in this topic
Advanced Search
FileSystem copyTo:
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Stephane Ducasse-3
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
FileSystem copyTo:
I have two folders:
a/
and
d/
and I want to copy file c in a but keeping its path.
i.e.
a/b/c copyTo: d
and I want to get
a/b/c and d/b/c
It looks like I have to do all the logic to create intermediary
folders (b) under d/
:(
Stef
Free forum by Nabble
Edit this page