|
|
Home » ASP » Article
ASP GetTempName
|
| Article by: | Jeff Anderson (9/2/2006) |
|
| Summary: | Use the GetTempName method to create a randomly generated temporary file on the server. |
|
| Viewed: 553735 times |
Rating (5 votes): |
|
4 out of 5 |
|
|
|
ASP GetTempName
If you want to create a temporary file while manipulating data on the server, you can use the ASP GetTempName of the FileSystemObject to create one, with a randomly generated and unique filename.
If you want to go one stage further you can use the GetSpecialFolder method to store the file in the Windows temporary folder.
Here's how we do it:
Output: C:\WINNT\Temp\rad624B4.tmp
|
|
View highlighted Comments
User Comments on 'ASP GetTempName '
|
Posted by :
smatcoder at 04:14 on Monday, December 24, 2007
|
Do you want to Learn Sharepoint ???
Learn Share Point freely
http://hotsoftwareslist.blogspot.com/2007/10/learn-sharepoint-freely.html
Download EBooks Freely in .pdf,.chm formats and ready for interview questions....
http://hotsoftwareslist.blogspot.com/2007/08/download-ebook.html
| |
Posted by :
Ganzza at 13:28 on Thursday, April 17, 2008
|
I'm very interesting in learning sharepoint.
| |
Posted by :
Benny at 00:58 on Monday, October 20, 2008
|
I want to learn sharepoint but I don't have information about sharepoint. So please give me some information about sharepoint.
===========================================================================================
<a href="http://www.widecircles.com">Link Building</a>
| |
|
To post comments you need to become a member. If you are already a member, please log in .
| RELATED ARTICLES |
ASP FilesystemObject by Jeff Anderson
An introduction to the Filesystemobject |
 |
ASP GetTempName by Jeff Anderson
Use the GetTempName method to create a randomly generated temporary file on the server. |
 |
ASP OpenTextFile by Jeff Anderson
An introduction to the OpenTextFile Method of the FileSystemObject |
 |
ASP FileExists by Jeff Anderson
An introduction to the FileExistsMethod of the FileSystemObject |
 |
ASP CreateTextFile by Jeff Anderson
An explanation of the CreateTextFile Method, part of the ASP FileSystemObject |
 |
ASP GetFile by Jeff Anderson
An introduction to the GetFile Method of the FileSystemObject |
 |
ASP CreateFolder by Jeff Anderson
Using the CreateFolder method of the filesystemobject to create a folder on the server |
 |
ASP FolderExists by Jeff Anderson
An introduction to the FolderExistsMethod of the FileSystemObject |
 |
| |