AutoTempFileCreate Method |
Creates a automatically controlled temporary file.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static AutoTempFile Create(
string extension = ""
)
Parameters
- extension (Optional)
- Type: SystemString
The file extension.
Return Value
Type:
AutoTempFileThe new automatically controlled temporary file.
See Also