Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
OP
0.1
Types/OpenPackage/get_Count.ps1
<#
.SYNOPSIS
Gets the package files count
.DESCRIPTION
Gets the number of files in a package.
#>
return
@(
$this
.
GetParts
(
)
)
.
Length