module Mixlib::ShellOut::Windows::Utils

def self.executable?(path)

def self.executable?(path)
  File.executable?(path) && !File.directory?(path)
end