Package.findPackageFile

Searches the given directory for package recipe files.

class Package
deprecated static
NativePath
findPackageFile
(
NativePath directory
)

Parameters

directory NativePath

The directory to search

Return Value

Returns the full path to the package file, if any was found. Otherwise returns an empty path.

Meta