module Chef::FileAccessControl::Windows::ClassMethods
Public Instance Methods
Source
# File lib/chef/file_access_control/windows.rb, line 35 def writable?(path) ::File.exist?(path) && Chef::ReservedNames::Win32::File.file_access_check( path, Chef::ReservedNames::Win32::API::Security::FILE_GENERIC_WRITE ) end
We want to mix these in as class methods