home *** CD-ROM | disk | FTP | other *** search
- <!--- This example uses GetTempDirectory to find
- the temporary directory, and GetTempFile to place
- a dummy file in that directory --->
- <HTML>
- <HEAD>
- <TITLE>
- GetTempFile Example
- </TITLE>
- </HEAD>
-
- <BODY>
- <H3>GetTempFile Example</H3>
-
- <P>The temporary directory for this
- Cold Fusion server is <CFOUTPUT>#GetTempDirectory()#</CFOUTPUT>.
- <P>We have created a temporary file called:
- <CFOUTPUT>#GetTempFile("#GetTempDirectory()#","testFile")#</CFOUTPUT>
-
- </BODY>
- </HTML>
-