[][src]Module librapidarchive::fs::windows

Windows-specific implementations of fs methods.

Re-exports

pub use crate::fs::portable::ArchivalSink;
pub use crate::fs::portable::get_unix_mode;
pub use crate::fs::portable::get_file_type;

Functions

get_unix_group

Determine the UNIX group ID and name for a given file.

get_unix_owner

Determine the UNIX owner ID and name for a given file.

open_sink

Open a sink object for writing an archive (aka "tape").

open_tape

Open an object for total control of a tape device.