Skip to content

ITemporaryFileSystem.GetTemporaryFileInfos method

Gets the temporary file info objects for the files in the specified directory.

public TemporaryFileInfo[] GetTemporaryFileInfos(string path)
parameter description
path The path of the directory.

Return Value

An array of temporary file info objects.

See Also