Module | Mixlib::ShellOut::Windows::Utils |
In: |
lib/mixlib/shellout/windows.rb
|
Windows has a different notion of what "executable" means The OS will search through valid the extensions and look for a binary there.
api: semi-private If there are special characters parsable by cmd.exe (such as file redirection), then this method should return true.
This parser is based on github.com/ruby/ruby/blob/9073db5cb1d3173aff62be5b48d00f0fb2890991/win32/win32.c#L1437