Class | Chef::ReservedNames::Win32::File |
In: |
lib/chef/win32/file/info.rb
lib/chef/win32/file.rb |
Parent: | Object |
info | -> | stat |
Creates a symbolic link called new_name for the file or directory old_name.
This method requires Windows Vista or later to work. Otherwise, it returns nil as per MRI.
Returns the path of the of the symbolic link referred to by file.
Requires Windows Vista or later. On older versions of Windows it will raise a NotImplementedError, as per MRI.
Creates a symbolic link called new_name for the file or directory old_name.
This method requires Windows Vista or later to work. Otherwise, it returns nil as per MRI.
Return true if the named file is a symbolic link, false otherwise.
This method requires Windows Vista or later to work. Otherwise, it always returns false as per MRI.