Name
Pkg::PkgGetFilelist — Get File List of a package
Synopsis
list
PkgGetFilelist
( |
string
| name
, |
|
symbol
| which
) ; |
Parameters
-
string
name
Package Name
-
symbol
which
Which packages
Description
Return, if available, the filelist of package 'name'. Symbol 'which' specifies the package instance to query:
`installed query the installed package
`candidate query the candidate package
`any query the candidate or the installed package (dependent on what's available) |