answersLogoWhite

0

When you move a file?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

it is no longer in its original place

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When you drag a file when does a computer assume you want to copy a file or move a file?

move


You move a file using which commands?

You need to use the MS-DOS commands to move a file.


How do you move file to new file?

copy-paste


Which command is used to move a file?

The command MV is used to move a file in simple Linux Code. This command will move files and directories from one spot to another spot. To move a file, one would simply type in the letters MV before its name.


How do you save a text file as c file on mac?

From editor: File / Save As or File / Write To From shell: rename, move, mv


Can you move and then file for divorce?

yes u can


Why do I receive the message when I try to move files you cannot move the file because the file name is too long?

i would think thats simply because the name is too long. reaname the file


What can not move file in the folder?

If a file cannot be moved from a folder, it may be due to several reasons. The file could be open or in use by another program, preventing any modifications. Additionally, there may be insufficient permissions to move the file, or the file system could be read-only. Lastly, issues such as disk errors or corruption could also hinder the ability to move files.


What is the command to rename a given file in UNIX?

mv dir1 new_dir mv file file1 rename / move a file or directory


How long do you have to be separated in order to file for divorce in the state of Alabama?

You don't have to be separated to file for divorce. Move out of the house/apartment and file.


When you move a file a copy of the file remains in the original location?

When you move a file, the file is physically transferred to a new location. There is no copy left in the original location, only the file in its new destination. If you want to keep a copy in the original location, you need to use the "copy and paste" function instead of the "cut and paste" function.


How do you make a batch file to move files?

in your batch file type: Move (the directory or folder and the file) space (the directory you want it in) example: move "C:\Users\%username%\Desktop\text.txt" "C:\Users\%username% You can change the %username% to your username but %username%is the variable for your username