Click or drag to resize

DisposableTempFileIsCreated Property

Gets a value indicating whether the file has been created. Sets a value which if true, will create the file (If it hasn't already been created) else will delete the file (If it has been created).

Namespace:  Atalasoft.Shared.IO
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsCreated { get; set; }

Property Value

Type: Boolean
See Also