Cite This Page
Bibliographic details for Find common directory path
- Page name: Find common directory path
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 4 May 2024 23:22 UTC
- Date retrieved: 7 December 2024 19:02 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236
- Page Version ID: 364236
Citation styles for Find common directory path
APA style
Find common directory path. (2024, May 4). Rosetta Code. Retrieved 19:02, December 7, 2024 from https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236.
MLA style
"Find common directory path." Rosetta Code. 4 May 2024, 23:22 UTC. 7 Dec 2024, 19:02 <https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236>.
MHRA style
Rosetta Code contributors, 'Find common directory path', Rosetta Code, 4 May 2024, 23:22 UTC, <https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236> [accessed 7 December 2024]
Chicago style
Rosetta Code contributors, "Find common directory path," Rosetta Code, https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236 (accessed December 7, 2024).
CBE/CSE style
Rosetta Code contributors. Find common directory path [Internet]. Rosetta Code; 2024 May 4, 23:22 UTC [cited 2024 Dec 7]. Available from: https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236.
Bluebook style
Find common directory path, https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236 (last visited December 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find common directory path --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236", note = "[Online; accessed 7-December-2024]" }
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 = "Find common directory path --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Find_common_directory_path?oldid=364236}", note = "[Online; accessed 7-December-2024]" }