FileNameJoin

FileNameJoin[{"name1","name2",}]

joins the namei together into a file name suitable for your current operating system.

FileNameJoin[{CloudObject[],"name2",}]

joins the namei to the path in the specified cloud object.

FileNameJoin[{LocalObject[],"name2",}]

joins the namei to the path in the specified local object.

Details and Options

  • The "namei" can be either individual names or file paths containing pathname separators.
  • FileNameJoin[{"","name1",}] gives an absolute file path beginning with a pathname separator.
  • FileNameJoin[,OperatingSystem->"os"] yields a file name in the format for the specified operating system. Possible choices are "Windows", "MacOSX", and "Unix".
  • FileNameJoin just assembles a file name; it does not actually search for the file specified.
  • FileNameJoin["name"] canonicalizes the file name "name", making pathname separators appropriate for your operating system.
  • FileNameJoin[{URL["file:///path"],"name2",}] joins the namei to the path in the specified file-based URL. »

Examples

open allclose all

Basic Examples  (4)

Give a system-dependent file name:

Append the file name to a path:

On Windows, the share name is treated as a single unit:

Construct a cloud object from a directory cloud object and a file name:

Scope  (3)

Append file name to a cloud object:

Append paths to a local object:

Append paths to a file-based URL:

Applications  (1)

Get the path to a subdirectory of $LocalBase:

Possible Issues  (1)

Deploying to a cloud path generated with FileNameJoin will fail if the parent object is not a directory:

Wolfram Research (2008), FileNameJoin, Wolfram Language function, https://reference.wolfram.com/language/ref/FileNameJoin.html (updated 2020).

Text

Wolfram Research (2008), FileNameJoin, Wolfram Language function, https://reference.wolfram.com/language/ref/FileNameJoin.html (updated 2020).

CMS

Wolfram Language. 2008. "FileNameJoin." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/FileNameJoin.html.

APA

Wolfram Language. (2008). FileNameJoin. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FileNameJoin.html

BibTeX

@misc{reference.wolfram_2023_filenamejoin, author="Wolfram Research", title="{FileNameJoin}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/FileNameJoin.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_filenamejoin, organization={Wolfram Research}, title={FileNameJoin}, year={2020}, url={https://reference.wolfram.com/language/ref/FileNameJoin.html}, note=[Accessed: 19-March-2024 ]}