VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6

by Yuening Dai (30 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 9th January 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6

Rate Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6




Dim fso As New FileSystemObject
Dim sTempFile As String
'
sTempName = fso.GetTempName
MsgBox "Temporary file name: " & sTempName
'
Set fso=Nothing

Download this snippet    Add to My Saved Code

Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6 Comments

No comments have been posted about Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6. Why not be the first to post a comment about Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6.

Post your comment

Subject:
Message:
0/1000 characters