Cite This Page
Bibliographic details for Creating a Secure Temporary File
- Page name: Creating a Secure Temporary File
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 12:57 UTC
- Date retrieved: 15 March 2025 11:30 UTC
- Permanent URL: https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162
- Page Version ID: 138162
Citation styles for Creating a Secure Temporary File
APA style
Creating a Secure Temporary File. (2010, February 6). Rosetta Code. Retrieved 11:30, March 15, 2025 from https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162.
MLA style
"Creating a Secure Temporary File." Rosetta Code. 6 Feb 2010, 12:57 UTC. 15 Mar 2025, 11:30 <https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162>.
MHRA style
Rosetta Code contributors, 'Creating a Secure Temporary File', Rosetta Code, 6 February 2010, 12:57 UTC, <https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162> [accessed 15 March 2025]
Chicago style
Rosetta Code contributors, "Creating a Secure Temporary File," Rosetta Code, https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162 (accessed March 15, 2025).
CBE/CSE style
Rosetta Code contributors. Creating a Secure Temporary File [Internet]. Rosetta Code; 2010 Feb 6, 12:57 UTC [cited 2025 Mar 15]. Available from: https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162.
Bluebook style
Creating a Secure Temporary File, https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162 (last visited March 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Creating a Secure Temporary File --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162", note = "[Online; accessed 15-March-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Creating a Secure Temporary File --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Creating_a_Secure_Temporary_File?oldid=138162}", note = "[Online; accessed 15-March-2025]" }