FileUtilities Class 
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.
A set of utilities for working with files.
public ref class FileUtilities abstract sealed
	public static class FileUtilities
	type FileUtilities = class
	Public Class FileUtilities
		- Inheritance
 - 
				FileUtilities
 
Methods
| FindFilesInAssets(String) | 
		 Locates the files that match the specified name within the Assets folder structure.  | 
        	
| FindFilesInPackageCache(String) | 
		 Locates the files that match the specified name within the package cache folder structure.  | 
        	
| GetPackageCache() | 
		 Gets the package cache folder of this project.  |