FileUtilities.FindFilesInPackageCache(String) Method

Definition

Locates the files that match the specified name within the package cache folder structure.

public:
 static cli::array <System::IO::FileInfo ^> ^ FindFilesInPackageCache(System::String ^ fileName);
public static System.IO.FileInfo[] FindFilesInPackageCache (string fileName);
static member FindFilesInPackageCache : string -> System.IO.FileInfo[]
Public Shared Function FindFilesInPackageCache (fileName As String) As FileInfo()

Parameters

fileName
String

The name of the file to locate (ex: "TestFile.asmdef")

Returns

Array of FileInfo objects representing the located file(s).

Applies to