Skip to main content

Chef/Correctness/PowershellFileExists

Cookstyle cops page

The Cookstyle cops department: Chef/Correctness

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledNoAll Versions

Use Ruby’s built-in File.exist?('C:\somefile') method instead of executing PowerShell’s Test-Path cmdlet, which takes longer to load.

Examples

incorrect

powershell_out('Test-Path "C:\\Program Files\\LAPS\\CSE\\AdmPwd.dll"').stdout.strip == 'True'

correct

::File.exist?('C:\Program Files\LAPS\CSE\AdmPwd.dll')

Configurable attributes

NameDefault valueConfigurable values
Version Added7.19String
Include
    Array

    Thank you for your feedback!

    ×









    Search Results