FileUtilities Class

Definition

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.

Applies to