Allows the user to create a temporary filename in the LEADTOOLS temporary folder.
public static string GetTemporaryFileName()
A temporary filename for the file in the LEADTOOLS temporary folder.
Just like Path.GetTempFileName
, this method will also create a file with that name. The user should delete the file when they are done with it.
using Leadtools;
using Leadtools.Codecs;
using LeadtoolsExamples.Common;
public static void GetTemporaryFileNameTest()
{
RasterDefaults.TemporaryDirectory = @"c:\temp\MyTempFolder";
string myTempFile = RasterDefaults.GetTemporaryFileName();
// Use the temp file indicated by myTempFile. The file should be in c:\temp\MyTempFolder instead of the Windows TEMP Folder.
// Delete the file when you're done with it.
File.Delete(myTempFile);
}
Imports Leadtools
Imports Leadtools.Codecs
Imports Leadtools.ImageProcessing
Public Shared Sub GetTemporaryFileNameTest()
RasterDefaults.TemporaryDirectory = "c:\\temp\\MyTempFolder"
Dim myTempFile As String = RasterDefaults.GetTemporaryFileName()
' Use the temp file indicated by myTempFile. The file should be in c:\temp\MyTempFolder instead of the Windows TEMP Folder.
' Delete the file when you're done with it.
File.Delete(myTempFile)
Products |
Support |
Feedback: GetTemporaryFileName Method - Leadtools |
Introduction |
Help Version 19.0.2017.6.19
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.