Class
Specinfra::Command::Windows::Base::File
In:
lib/specinfra/command/windows/base/file.rb
Parent:
Specinfra::Command::Windows::Base
Methods
check_contains
check_contains_within
check_exists
check_has_version
check_is_accessible_by_user
check_is_directory
check_is_executable
check_is_file
check_is_hidden
check_is_owned_by
check_is_readable
check_is_readonly
check_is_system
check_is_writable
get_content
get_md5sum
Public Class methods
check_contains
(file, pattern)
check_contains_within
(file, pattern, from=nil, to=nil)
check_exists
(file)
check_has_version
(name,version)
check_is_accessible_by_user
(file, user, access)
check_is_directory
(dir)
check_is_executable
(file, by_whom)
check_is_file
(file)
check_is_hidden
(file)
check_is_owned_by
(file, owner)
check_is_readable
(file, by_whom)
check_is_readonly
(file)
check_is_system
(file)
check_is_writable
(file, by_whom)
get_content
(file)
get_md5sum
(file)
[Validate]