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: 13 June 2024 12:53 UTC
- Date retrieved: 26 April 2025 17:55 UTC
- Permanent URL: https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270
- Page Version ID: 365270
Citation styles for Check that file exists
APA style
Check that file exists. (2024, June 13). Rosetta Code. Retrieved 17:55, April 26, 2025 from https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270.
MLA style
"Check that file exists." Rosetta Code. 13 Jun 2024, 12:53 UTC. 26 Apr 2025, 17:55 <https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270>.
MHRA style
Rosetta Code contributors, 'Check that file exists', Rosetta Code, 13 June 2024, 12:53 UTC, <https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270> [accessed 26 April 2025]
Chicago style
Rosetta Code contributors, "Check that file exists," Rosetta Code, https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270 (accessed April 26, 2025).
CBE/CSE style
Rosetta Code contributors. Check that file exists [Internet]. Rosetta Code; 2024 Jun 13, 12:53 UTC [cited 2025 Apr 26]. Available from: https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270.
Bluebook style
Check that file exists, https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270 (last visited April 26, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Check that file exists --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270", note = "[Online; accessed 26-April-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 = "2024", url = "\url{https://rosettacode.org/wiki/Check_that_file_exists?oldid=365270}", note = "[Online; accessed 26-April-2025]" }