About 2,520,000 results
Open links in new tab
  1. zip - Unzipping files in Python - Stack Overflow

    Aug 10, 2010 · I read through the zipfile documentation, but couldn't understand how to unzip a file, only how to zip a file. How do I unzip all the contents of a zip file into the same directory?

  2. Extract filename and extension in Bash - Stack Overflow

    Jun 8, 2009 · The question is problematic in the first place because.. From the perspective of the OS and unix file-systems in general, there is no such thing as a file extension. Using a "." to …

  3. How do I extract files from an MSI package? - Super User

    Feb 14, 2009 · We have some old patches that we want to get the files from but don't wish to spend the time installing them to a machine. Can anyone advise a way to extract files from an …

  4. How can I decompress an archive file having .zst or tar.zst?

    Jul 27, 2017 · Suppose I have two files: file1.zst file2.tar.zst How can I decompress these files in terminal?

  5. How to extract files from a `.vdi` file - Stack Overflow

    Jun 3, 2013 · I was using VirtualBox on my Windows 7 PC. How can I open or view the contents of the .vdi files and retrieve the files from within?

  6. C# - How to extract the file name and extension from a path?

    C# - How to extract the file name and extension from a path? Asked 13 years ago Modified 4 years, 9 months ago Viewed 96k times

  7. How do I extract the contents of an rpm? - Stack Overflow

    Sep 13, 2013 · I want to extract the contents into a directory so I can inspect the contents. I am familiar with the querying commands of an uninstalled package. I do not simply want a list of …

  8. Extract file basename without path and extension in bash

    Apr 19, 2010 · Extract file basename without path and extension in bash [duplicate] Asked 15 years, 6 months ago Modified 2 years, 3 months ago Viewed 739k times

  9. installation - Extract MSI from EXE - Stack Overflow

    Oct 10, 2009 · I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.

  10. Excel VBA extract a specific file from zip - Stack Overflow

    Apr 24, 2023 · 'Extracts files from a zip file to a folder, with possibility to specify which files to extract ' ARGUMENTS: ' * ZipFilePath = the path to the ZIP file ' ' * OutputFolder = the path …