CreateUnityAssetDirectory
CreateUnityAssetDirectory["path"]
create an asset at the specified path.
Details
- CreateUnityAssetDirectory returns relative path of the directory it created, and $Failed if it cannot be created. The returned path is relative to the Assets directory.
- CreateUnityAssetDirectory accepts the following options:
-
CreateIntermediateDirectories True whether intermediate directories should be created as needed. OverwriteTarget True whether to overwrite if target directory if it already exist. - CreateUnityAssetDirectory also accepts File objects.
- CreateUnityAssetDirectory is Listable.
Examples
open allclose allBasic Examples (4)Summary of the most common use cases

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-buodkt

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-c28u0u
Create an asset directory with a specific name:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-3lgeqc

Create an asset directory at a specific path:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-uo71jy


https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-c2asce

Options (2)Common values & functionality for each option
CreateIntermediateDirectories (1)
By default, any intermediate directories are created if they do not already exist:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-von5tv

Use the CreateIntermediateDirectories option to only create the given directory if all intermediate directories exist:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-oy4slr
OverwriteTarget (1)
By default, if the target directory already exists, its contents will be overwritten to an empty directory:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-kht27v


Use the OverwriteTarget option to prevent the target directory from being overwritten:

https://wolfram.com/xid/0bytxt5yv7dze2ph2v50v2idvg2-doefvo

Wolfram Research (2019), CreateUnityAssetDirectory, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html.
Text
Wolfram Research (2019), CreateUnityAssetDirectory, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html.
Wolfram Research (2019), CreateUnityAssetDirectory, Wolfram Language function, https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html.
CMS
Wolfram Language. 2019. "CreateUnityAssetDirectory." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html.
Wolfram Language. 2019. "CreateUnityAssetDirectory." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html.
APA
Wolfram Language. (2019). CreateUnityAssetDirectory. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html
Wolfram Language. (2019). CreateUnityAssetDirectory. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html
BibTeX
@misc{reference.wolfram_2022_createunityassetdirectory, author="Wolfram Research", title="{CreateUnityAssetDirectory}", year="2019", howpublished="\url{https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html}", note=[Accessed: 03-April-2025
]}
BibLaTeX
@online{reference.wolfram_2022_createunityassetdirectory, organization={Wolfram Research}, title={CreateUnityAssetDirectory}, year={2019}, url={https://reference.wolfram.com/language/UnityLink/ref/CreateUnityAssetDirectory.html}, note=[Accessed: 03-April-2025
]}