Cite This Page
Bibliographic details for Check that file exists
- Page name: Check that file exists
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 24 March 2025 16:15 UTC
- Date retrieved: 18 May 2025 12:51 UTC
- Permanent URL: https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586
- Page Version ID: 378586
Citation styles for Check that file exists
APA style
Check that file exists. (2025, March 24). Rosetta Code. Retrieved 12:51, May 18, 2025 from https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586.
MLA style
"Check that file exists." Rosetta Code. 24 Mar 2025, 16:15 UTC. 18 May 2025, 12:51 <https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586>.
MHRA style
Rosetta Code contributors, 'Check that file exists', Rosetta Code, 24 March 2025, 16:15 UTC, <https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Check that file exists," Rosetta Code, https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Check that file exists [Internet]. Rosetta Code; 2025 Mar 24, 16:15 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586.
Bluebook style
Check that file exists, https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Check that file exists --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586", note = "[Online; accessed 18-May-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 = "Check that file exists --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Check_that_file_exists?oldid=378586}", note = "[Online; accessed 18-May-2025]" }