Puppet Data Type Alias: Stdlib::Windowspath

Defined in:
vendor_modules/stdlib/types/windowspath.pp

Summary

Validate a Windows path

Overview

Alias of

Pattern[/\A(([a-zA-Z]:[\\\/])|([\\\/][\\\/][^\\\/]+[\\\/][^\\\/]+)|([\\\/][\\\/]\?[\\\/][^\\\/]+)).*\z/]


# File 'vendor_modules/stdlib/types/windowspath.pp', line 2