Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6
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
(2(2 Vote))
Dim fso As New FileSystemObject
Dim sTempFile As String
'
sTempName = fso.GetTempName
MsgBox "Temporary file name: " & sTempName
'
Set fso=Nothing
Get a Temporary File Name Using GetTempName Method of FileSystemObject in VB6 Comments
No comments yet — be the first to post one!
Post a Comment