Creating a Dynamic Path based on the date the project was initiated #2013
Unanswered
kaelabruin
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Please also include the workflow file. In general (and I am not sure I fully understood the question) you can make directories by simply using the OS path separator \ or /. Eg: Format( |
Beta Was this translation helpful? Give feedback.
6 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi everyone,
I want to have bonsai help me organize my files, such that everytime a bonsai workflow is ran it saves all the files to a folder with the Date (MM-DD-YYYY) and also time (HH-MM-SS). For example I would want the path to be like {data_folder}{project_name}{camera_name}{session_timestamp}\00.mp4.
I am going to be using the same workflow, but automatically stopping and restarting it at the end of each day.
So far I have been trying to use the externalize filename function, but this only seems to change the filename and not the path itself.
Is there any way to directly change the path within bonsai?
I attached an image of my workflow so far below.
Thanks!
Kai
Beta Was this translation helpful? Give feedback.
All reactions