answersLogoWhite

0

7-Zip doesn't know folder path of drop target. Only Windows Explorer knows exact drop target. And Windows Explorer needs files (drag source) as decompressed files on disk. So 7-Zip extracts files from archive to temp folder and then 7-Zip notifies Windows Explorer about paths of these temp files. Then Windows Explorer copies these files to drop target folder.

To avoid temp file usage, you can use Extract command of 7-Zip or drag-and-drop from 7-Zip to 7-Zip.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you delete all files using Linux?

rm -rf <path to directory>


How do you list all files from directory in PHP4?

Here is a small script that will get the files from the $folder variable using a dir function.


How do you recover files using cmd?

To recover files using the Command Prompt (cmd) in Windows, you can use the attrib command to unhide files. First, navigate to the directory where the files are stored using the cd command. Then, type attrib -h -r -s *.* to remove the hidden, read-only, and system attributes from all files in that directory. If the files were deleted, you may also try using the chkdsk command followed by the drive letter (e.g., chkdsk D: /f) to scan and recover lost files.


Which permission will allow you to execute touch command in a directory?

To execute the touch command in a directory, you need write permission on that directory. This permission allows you to create or modify files within the directory. Additionally, you also need execute permission on the directory itself to access it and perform operations within it. Without these permissions, you won't be able to create or change files using the touch command.


Unlock files in directory using dos commands?

Dos commands are used to create or delete directories. The ATTRIB Command is used for locking and unlocking of files.


What are directories and how do they work when you use them to obtain information?

Directories are folders that store files and other directories. When you use directories to obtain information, you navigate through them by using commands like "cd" (change directory) to move to different directories. You can list files in a directory using commands like "ls" (list) to view the contents.


What are hidden files and how can they is displayed in UNIX?

A hidden file is any file or directory that starts with the character '.' (period). It is designed to eliminate common files from showing with the 'ls' command. Using the -a option for 'ls' will show all files.


What is oracle software structures?

when we install d oracle software, on oracle directory structure is created to store the executables , shared libraries , configuration files , trace files , and so on both server and client software is stored in the same directory. Oracle is installed on the server using on operating system account created specially for the task oracle has a directory structure.


What is directory indexing?

Directory indexing is a method used by web servers to display a list of files and directories when a user requests a directory without a specific file. This feature allows users to navigate the contents of a directory directly through their web browser. It can enhance user experience but may also pose security risks if sensitive files are exposed. Webmasters can control directory indexing through server configuration settings, such as using an .htaccess file in Apache servers.


Write a shell script to create two directories and store five files in one directory using the related commands and to transfer all the Files to another directory?

#!/bin/sh mkdir homework lazyass for i in $(seq 5); do touch homework/file-$i; done mv homework/* lazyass


Where to save cs 1.6 demo files?

In Counter-Strike 1.6, demo files are typically saved in the "cstrike" folder within the game's installation directory. The default path is usually something like "C:\Program Files\Valve\cstrike" or "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\cstrike" if you're using Steam. You can also specify a custom directory when recording your demo using the "record" command in the console. Make sure to keep the demo files organized for easy access later.


How do you copy all files in a directory without copying sub directories using FTP?

All files in a directly can be copied without copying the sub directories using FTP by first highlighting them. This allows a user to specifically select only the files they want to transfer. If you are doing this via the command line interface using the mget command with a mask (such as *) will transfer all files except subdirectories.