is_file_signable

Function is_file_signable 

Source
pub fn is_file_signable(path: impl AsRef<Path>) -> Result<bool>
Expand description

Determine whether a given filesystem path is signable.

This effectively answers whether the given path is a PE or MSI.