How do I move a file inside a folder? (FileSystem disk workingDirectory / 'paf' ) ensureFile. (FileSystem disk workingDirectory / 'fooFolder') ensureDirectory. (FileSystem disk workingDirectory / 'paf' ) moveTo: (FileSystem disk workingDirectory / 'fooFolder') this does not work? What is the semantics of moveTo: (Yes I'm adding a comment)â¦.. Stef
I imagine that (FileSystem disk workingDirectory / 'paf' ) moveTo: (FileSystem disk workingDirectory / 'fooFolder' / 'paf') I thought that it was inside somethingâ¦.. On May 22, 2013, at 7:24 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
How do I move a file inside a folder?
(FileSystem disk workingDirectory / 'paf' ) ensureFile. (FileSystem disk workingDirectory / 'fooFolder') ensureDirectory.
(FileSystem disk workingDirectory / 'paf' ) moveTo: (FileSystem disk workingDirectory / 'fooFolder')
this does not work? What is the semantics of moveTo: (Yes I'm adding a comment)â¦..
Stef
ah right you change just the item :) On 2013-05-22, at 19:26, stephane ducasse <stephane.ducasse@free.fr> wrote:
I imagine that
(FileSystem disk workingDirectory / 'paf' ) moveTo: (FileSystem disk workingDirectory / 'fooFolder' / 'paf')
I thought that it was inside somethingâ¦..
On May 22, 2013, at 7:24 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
How do I move a file inside a folder?
(FileSystem disk workingDirectory / 'paf' ) ensureFile. (FileSystem disk workingDirectory / 'fooFolder') ensureDirectory.
(FileSystem disk workingDirectory / 'paf' ) moveTo: (FileSystem disk workingDirectory / 'fooFolder')
this does not work? What is the semantics of moveTo: (Yes I'm adding a comment)â¦..
Stef
participants (3)
-
Camillo Bruni -
stephane ducasse -
Stéphane Ducasse