how do you move a file from one folder to another on Mac OSX??
As the subject says. On Mac OSX, how do you take a file and move -not copy- it to another directory?
Why is this so hard to find information on? From what I have read OSX doesn't even have this function built in, but I dont believe it.
I need to be able to do this with a one button mouse. None of that fancy 3 button mouse crap for me!
Why is this so hard to find information on? From what I have read OSX doesn't even have this function built in, but I dont believe it.
I need to be able to do this with a one button mouse. None of that fancy 3 button mouse crap for me!
0
Comments
That's wierd that dragging and dropping doesn't work. That's the default unless you're copying across different disks.
-drasnor
That's what I'm trying to do, actually.
I think I tried ctrl-clicking already, but I'll have to check again later.
I can drag a file on my desktop to any other fold on my hdd by dropping it into that folder, and no copies were created.
If you want them to do something specific, they won't.
CLIs however will do _PRECISELY_ what you tell them to, even if it is stupid.
Therefore, to move your file:
mv file1 file2
Highlight individual files and folders by holding down shift and clicking on them, then drag and drop to destination folder. Then drag the originals to the trash or Ctrl-Click and select 'Delete'.
-drasnor