private/Get-FilesPrototype.ps1
function Get-FilesPrototype { [CmdletBinding()] param () # For validation of the $FILES object $FILES_PROTOTYPE = @( 'foo' ) ,$FILES_PROTOTYPE } |
function Get-FilesPrototype { [CmdletBinding()] param () # For validation of the $FILES object $FILES_PROTOTYPE = @( 'foo' ) ,$FILES_PROTOTYPE } |