Drag & Drop Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We just got new computers and when I try to move a file to a different folder
by dragging/dropping it just copies it to the new location and then I have to
delete the original file. Is there a way to set the preferences so that it
just moves the file completely to the new location?
 
bbpvhc said:
We just got new computers and when I try to move a file to a different
folder
by dragging/dropping it just copies it to the new location and then I have
to
delete the original file. Is there a way to set the preferences so that
it
just moves the file completely to the new location?


right click

you then have the option to either move or copy
 
When dragging a file, you can control the operation that will be
performed when you release the mouse button:

Hold the Control key to force a Copy.

Hold the Shift key to force a Move.

Hold the Alt key to force a Create Shortcut.

If you drag using the right mouse button, a menu appears with the commands
Move Here, Copy Here, Create Shortcut(s) Here, and Cancel. Click the
command you want.

If you drag an item to another disk, it is copied, not moved. To move the
item, press and hold down SHIFT while dragging.

Dragging an .exe file that is not listed in App Paths moves the file.

Dragging an .exe file that is listed in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
creates a shortcut.

To move an .exe that is listed in App Paths, right click and then drag the
..exe to the new location.
-----

Raymond Chen offers a succinct guide to what happens when you drag and drop
a
file.

[[Will dragging a file result in a move or a copy?
Some people are confused by the seemingly random behavior when you drag a
file. Do you get a move or a copy?

And you're right to be confused because it's not obvious until you learn the
secret. Mind you, this secret hasn't changed since 1989, but an old secret
is still a secret just the same. (Worse: An old secret is a compatibility
constraint.)

• If Ctrl+Shift are held down, then the operation creates a shortcut.
• If Shift is held down, then the operation is a move.
• If Ctrl is held down, then the operation is a copy.
• If no modifiers are held down and the source and destination are on the
same drive, then the operation is a move.
• If no modifiers are held down and the source and destination are on
different drives, then the operation is a copy.

This is one of the few places where the fact that there are things called
"drives" makes itself known to the end user in a significant way. ]]
Will dragging a file result in a move or a copy?
http://blogs.msdn.com/oldnewthing/archive/2004/11/12/256472.aspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top