.FDIR File Extension
File Directory Archive
Developer | Alex Flax |
Popularity |
4.5 | 6 Votes |
What is an FDIR file?
An FDIR file is an archive created by FDIROpener, a command-line tool that can pack and unpack files. It contains one or more files in the File Directory (FDIR) format, a minimal format that stores no metadata. The primary purpose of FDIR is to make the distribution of files more convenient; it does not utilize compression.
More Information
FDIROpener is open-source and portable, designed to help you package files together when transferring them online or via a portable storage device. To package files as an FDIR file, type the following command into the FDIROpener command-line utility:
-i <input file> or <input folder> -o <fdir name>
How to open an FDIR file
You can open FDIR files with FDIROpener on Windows and Linux systems. To extract the contents from an FDIR file with the FDIROpener command-line utility, type the following command:
-e <.fdir file> -o <output directory>