7.16.22 GetTempName Method

Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder.
Syntax
object.GetTempName ( );
Arguments
- object
- The name of a FileSystemObject. Optional.
Remarks
The GetTempName method does not create a file. It provides only a temporary file name that can be used with CreateTextFile to create a file.
Copyright © 2000 Chili!Soft
|