Dragging files between folders in Finder copies them instead of Moving.

Previously all files have been moved when I have dragged them between folders. As of today they all of a sudden is copied and I can't use any option key during my drag to get it to move. Of interest is that whe I try to delete the original file I get a message saying that it is locked.
Running OS X 10.6.8.
Note that the files remains on the same disk.

locked files are generally copied and not moved to new locations.  if one or more of the files you're moving are locked then "all" the files will be copied to the new location, not just the locked ones.
solution : move locked and unlocked files separately or unlock the locked files before moving them.
hope that hleps.

Similar Messages

  • LR5 stopped moving files between folders

    Hi everybody,
    I've noticed today that my LR5 stopped moving files between folders, I select files I want to move and drag them over to a new location like I always did before with only difference is now nothing happends, no messages with errors, nothing... I tried to google it and couldn't find anything related to my problem.
    I'm using Windows 8 x64. I checked the permissions on all the photo folders and everything seems to be correct. I also run LR under admin rights, so there shouldn't be any OS related issues... in addition, it was working just fine till today.
    I hope you can at least point me in right direction to dig more info on the problem with my LR5.
    Thx!

    Hi everybody,
    I've noticed today that my LR5 stopped moving files between folders, I select files I want to move and drag them over to a new location like I always did before with only difference is now nothing happends, no messages with errors, nothing... I tried to google it and couldn't find anything related to my problem.
    I'm using Windows 8 x64. I checked the permissions on all the photo folders and everything seems to be correct. I also run LR under admin rights, so there shouldn't be any OS related issues... in addition, it was working just fine till today.
    I hope you can at least point me in right direction to dig more info on the problem with my LR5.
    Thx!

  • Move files between folders

    I can not drag and drop files between folders within LR5.  Can only move files using OS then finding them LR5  Permissions are OK, using Mac latest updated OS.  Any suggestions?

    Make sure you are dragging the picture thumbnail and not the frame around it.

  • How to move files between folders within Lightroom 3?

    I would like to move a file from one folder to another within Lightroom 3 (let's not discuss why). I searched the threads but couldn't find the answer (maybe I missed it). When I click on a photo within grid view then drag and drop that file onto a different folder in the folder panel (to do the move), a little plus sign (copy) appears and a copy of the file is placed in the second folder. If I try to delete the photo from the original folder (to get the move), both copies of the file are removed. I've tried holding down all sorts of keys on the imac but cannot get the move to work. Ideally, I'd like to move a group of photos but cannot even move one. Does anyone know how to move files between folders in Lightroom 3?

    Your suggestion works. Thank you for posting it.
        Ron
    2010/10/28 Dorin Nicolaescu-Musteață <[email protected]>
    Try selecting the photos, right-clicking the target folder and choosing
    "Move Selected Photos to This Folder".
    >

  • Moving files between folders is very slow

    Hi, I have an iMac 2011. Processor: 2.7GHz Intel Core i5/ Memory 4GB
    OS X Yosemite, version 10.10.1
    After I change my OS from Mavericks to Yosemite, moving files between folders is very slow.
    For example, if I move one jpg file in Desktop to Pictures folder (or just any other folders like Trash), it takes about 3 seconds.
    When I was still using Mavericks, it made that Ding sound and transferred files right away. However, now, although it makes the Ding sound right away, the file is still there for 3 seconds.
    I tried to clean up my mac using many apps, but they never fixed this problem.
    I've also tried what I saw on this one thread. OS X File Transfers Very Slow
    Go->Connect to Server then type "cifs://server-address" but it says there is a problem and did nothing. (maybe different issue)
    Please help!

    There may be other issues, but you installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Can't drag files and folders to iTunes

    You're supposed to be able to drag files and folders from windows into iTunes, either just to add them to the library or to a specific device or playlist. However, when I try to do this now it just shows a little red circle with a slash like when you try to copy songs from an ipod to a computer. I can still add files by the 'add file to library' function but this makes it a lot harder to add stuff to the right playlists on my iPod. How do I get this to work again?
    I have iTunes 10.7, but I have tried iTunes 11 and it has the same problem.

    iTunes for Mac (unlike iTunes for Windows) cannot convert WMA files. You will need to use another Mac program, such as EasyWMA, to convert them into an iTunes compatible format.

  • WPA8.1 Feature to save and move files between folders and OneDrive Folders

    Hi,
    I would like to suggest to dev team a new feature to Adobe Reader on Windows Phone.
    Today I was done a uggly workarround to save one PDF file on a OneDrive folder to send to my classmates. So I would like a feature to save and move files between folders on SD cards and OneDrive to keep my phone organized.
    thank you for your time.

    Here:
    property aFolder : "a"
    property bFolder : "b"
    property cFolder : "c"
    property dFolder : "d"
    property eFolder : "e"
    tell application "Finder"
    try
    set theLocation to the selection as alias
    on error
    set theLocation to (folder of the front window as alias)
    end try
    if not (exists folder aFolder of theLocation) then make new folder at theLocation with properties {name:aFolder}
    if not (exists folder bFolder of theLocation) then make new folder at theLocation with properties {name:bFolder}
    if not (exists folder cFolder of theLocation) then make new folder at theLocation with properties {name:cFolder}
    if not (exists folder dFolder of theLocation) then make new folder at theLocation with properties {name:dFolder} 
    if not (exists folder eFolder of theLocation) then make new folder at theLocation with properties {name:eFolder}
    set this_list to every file of theLocation
    repeat with i in this_list
    if (name of i) begins with "a" then
    move i to folder "a" of theLocation
    else if (name of i) begins with "b" then
    move i to folder "b" of theLocation
    else if (name of i) begins with "c" then
    move i to folder "c" of theLocation
    else if (name of i) begins with "d" then
    move i to folder "d" of theLocation
    else if (name of i) begins with "e" then
    move i to folder "e" of theLocation
    end if
    set name of (the result) to items 3 thru -1 of (get name of (the result)) as string
    end repeat
    end tell
    (98558)

  • Os x 10.9 - Moving files between folders with Mavericks.

    How do i drag and drop files between folders without creating a duplicate? Prior to the Maverick upgrade I could drag and drop without creating a duplicate. Earlier forums suggested Cmd-Opt-V would prevent duplicates, but this now creates an alias file.

    By default the Job Accounting plugin is installed by the Kyocera installer. So you don't need to enable it, you just need to select the Job Accounting menu in the print dialog. To see this menu, in many Apple applications you must have the print dialog set to Show Details. Then you can change the menu to Job Accounting as shown below.

  • Can't drag files or folders.

    I have just recently bought a Macbook Pro running Lion OS X 10.7.2.
    I have been transferring folders within my 1T external using my mac. I was draging folders and files fine until suddenly one file had a blue highlight. It would not go away unless I deleted the file. When I did that, the blue highlight went to the next file. As soon as the blue highlight problem occurred, I was and am still unable to drag files or folders at all. This problem does not only occur in the external hard drive but throughout my mac.
    This is the first mac I've had before, so im curious as to whether it's a simple problem such as me accidentily locking it somehow.
    I have tried restarting the computer (which worked the first time only) and also checked and repaired the permissions for all users and the problem is still occuring.
    I hope this is enough information to explain the problem I am having.
    -David.

    Does the DVD-R have a very long name? If so, see:
    *Unable to copy or move files from volume that has a long name*
    http://support.apple.com/kb/TS2053
    If this seems to be the problem you'd probably have to try burning a new DVD with a shorter name, since you can't rename the present DVD.

  • Can't copy and paste or drag files and folders

    In the last few days I can no longer drag files or folders on my desktop, in my mail program (Entourage) and I can't copy and paste anymore. I also can't get iDisk to come up. It keeps givng me error messeges. (error code -50). Anyone had similar problems and know of a solution?

    When did you last run a bit of basic maintenance?
    Repairing permissions is important, and should always be carried out both before and after any software installation or update.
    Go to Disk Utility (this is in your Utilities Folder in your Application folder) and click on the icon of your hard disk (not the one with all the numbers).
    In First Aid, click on Repair Permissions.
    This only takes a minute or two in Tiger, but much longer in Leopard.
    Background information here:
    http://docs.info.apple.com/article.html?artnum=25751
    and here:
    http://docs.info.apple.com/article.html?artnum=302672
    An article on troubleshooting Permissions can be found here:
    http://support.apple.com/kb/HT2963
    By the way, you can ignore any messages about SUID or ACL file permissions, as explained here:
    http://support.apple.com/kb/TS1448?viewlocale=en_US
    If you were having any serious problems with your Mac you might as well complete the exercise by repairing your hard disk as well. You cannot do this from the same start-up disk. Reboot from your install disk (holding down the C key). Once it opens, select your language, and then go to Disk Utility from the Utilities menu. Select your hard disk as before and click Repair.
    Once that is complete reboot again from your usual start-up disk.
    More useful reading here:
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://support.apple.com/kb/TS1417?viewlocale=en_US
    For a full description of how to resolve Disk, Permission and Cache Corruption, you should read this FAQ from the X Lab:
    http://www.thexlab.com/faqs/repairprocess.html

  • HOW TO MOVE FILES BETWEEN FOLDERS ON APPLICATION SERVER

    Hi ,
    I want to move files between folders on application servers and also on presentation server.
    Is any ABAP code available for it.
    Can anybody help me out in this.
    Waiting for reply.
    Thanks & regards,
    Nitin

    I am also interested in this post. The FB  ARCHIVFILE_SERVER_TO_SERVER workes fine for copying the file, however I also need to remove the file from its original location.
    Does anybody have a sugestion on how I can do that (in coding).
    Regards,
    Minim

  • All of a sudden, I am unable to click-and-drag files into folders?

    I have a 2012 Macbook Air 11". I was dragging files into folders and then all of a sudden I couldn't. All I can do is copy and paste...frustrating.
    I tried accessibility settings, enabling dragging but that didn't change anything. Any suggestions?

    Restart your Mac and try again.

  • Moving files and folders in Finder:  any options to simply cut & paste?

    My apologies if this has been asked before: I did a search but couldn't find a straight answer.
    I'm a new PC-to-Mac convert, but I'm having trouble rearranging files and folders using the drag and drop method. Back in the windows world, I could select multiple files and folders, <ctrl> X to cut, then <ctrl> V to paste in a new location.
    Is there any similar method in Finder, other than copying, pasting then deleting the originals?
    tia for any advice!

    I have the same question as at the top of this thread, and I want to make sure I understand the answer independent of the discussion of cut/paste nomenclature.
    I have a file or files somewhere on my harddrive. I would like to move them to some other location on my harddrive using the Finder without touching the mouse. Basically I want the Finder equivalent of the UNIX mv command. As far as I can tell from playing with files and from this thread, the way to do this in Finder is the following:
    1. Highlight the file or files you want to move.
    2. Type command-C.
    3. Navigate to the destination folder.
    4. Type command-V.
    5. Navigate back to the original folder from step 1.
    6. Highlight the files from step 1 again.
    7. Type command-delete.
    Steps 5-7 seem so needlessly clunky that I feel like there must be a better way to do it that I'm overlooking. As far as I can tell you have to do it this way. (You can't, for instance, type command-delete right after doing the copy in step 2, because this removes the files from the clipboard.) For my money, Microsoft Explorer does have the better user scenario for the keyboard-only-file-move task, regardless of whether you dislike the reuse of the "cut" metaphor.
    But Apple vs. Microsoft religious wars are beside the point here. I just want to make sure that I've understood the design of Finder correctly. Is there an easier way to move files in the Finder without touching the mouse, or do I have to install 3rd party software like the kind mentioned upthread?

  • Can't drag files into folders in PDF portfolio

    I have created a PDF portfolio that contains primarily PDFs converted from e-mail messages, along with a few files from various Microsoft Office products. The portfolio has been added to over time, and now we have almost 100 files in the portfolio, so we'd like to organize these files into folders so it is easier to use.
    However, when I create a folder, I am not able to drag any files into it. I've tried all different types of files--PDFs, Word, PowerPoint--when I drag the file on top of the folder, I get the circle backslash symbol indicating the function is not allowed. I can't find any information about this in the Help files; every tutorial I've looked at indicates that I should be able to drag and drop files wherever I like, but doesn't mention what to do if I can't.
    I'm using Acrobat Pro X on Windows XP with Service Pack 3.
    Any suggestions about why this might be happening and how to fix it would be greatly appreciated! I really don't want to have to recreate the whole thing, but it's not going to be very useful if we continue adding unorganized files.
    Thanks,
    Lisa

    I tried a different layout (I had a custom layout set up; I switched to the standard Grid), and I still can't drag and drop.
    I just now created a new portfolio with a few of the same files, and I was able to drag the files into a folder I created.
    Yes, the original portfolio was created in Acrobat 9.
    Thanks,
    Lisa

  • Drag files from bridge to finder?

    Am I able to drag files from Bridge to the finder? I'm working on a server and when I drag files from one finder window to another it'll copy those files in the new location. Can I do that visually with Bridge?

    Whatever you do in Bridge is instantly reflected in the Finder and vice-versa.  Bridge is only a file browser that shows you what's in the Finder.  You cannot avoid copying a file to the hard disk if its on a server.  Period.  Even from a local disk to another local disk, you must COPY the file.
    On a related note:
    This is the boilerplate text often used in connection to working across a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

Maybe you are looking for

  • Purchase requisition aginst purchase order and mat.dc.no.

    Hi experts, i want to develop a  report PR_NO  ITEM_NO  QUANT PO_NO  ITEM  QANTY MAT.DOC.NO I USED EBAN EKPO AND MSEG TABLE but there is no relation between EBAN AND EKPO.(also EKBE ) how should i fetch the data PRNO AGAINST PO. In my comany there is

  • Find Change through external text file

    Hello folks I am bit pretty in InDesign scripting so could you please look into this. How can i change any particular text field in Indesign CS3 document from text file. I do have find change script but for each InDesign document specific text file i

  • Just restored my iPad at apple store but iCloud won't restore during setup

    Went to Genius Bar last evening with issues on my iPad 2 .. Based on Genius Bar findings I had bad core apps causing restart ... Before restore we verified iCloud restore was all set .. But during the activate process it won't let me restore from bac

  • Sorting in Numbers for IOS

    Is there a way to sort a Numbers spreadsheet on an IOS device?

  • Bug - wifi

    This evening I noticed a bug within the wifi,it kept disconnecting. That is not the bug. The bug(s) Shows no available networks When "open network" connection is picked. Network A Pick - save and connect network A It times out - here is the bug it th