TempFile.path

Path to the file. This is not guaranteed to exist if AutoDelete.yes is specified. For example, on POSIX, the file is deleted as soon as it is created such that, when the last file descriptor to it is closed, the file is deleted. If AutoDelete.no is specified, this path is guaranteed to exist.

struct TempFile(File, Path)
Path path;

Meta