Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <cfscript>
  2. s= gettickcount();
  3. f = getTempFile(getTempDirectory(),'zzz');
  4. writeoutput(gettickcount()-s & "<br>");
  5. GetFileInfo(f);
  6. writeoutput(gettickcount()-s & "<br>");
  7. </cfscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement