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>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>GetTempFile Example</H3>
-
- <p>This is a read-only example. Because file access is a sensitive area,
- consider the security of your directory hierarchy prior to allowing
- access to it.</p>
- <!---
- <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>
-