FileUtilities.FindFilesInPackageCache(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
FileInfo[]
Array of FileInfo objects representing the located file(s).