Nested Folder Question (probably a silly question) #253
Unanswered
Vtekz
asked this question in
Help + Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, so basically I have a folder structure like this, and I'm wondering how I can generate 34 different folders of jobs at once:
|Layers
|--Job
|----Background
|----Shirt
|----Hair
|----Pants
|--Job
|----Background
|----Shirt
|----Hair
|----Pants
|--Job
|----Background
|----Shirt
|----Hair
|----Pants
Idk what I'm doing wrong but it refuses to go further than the subfolders, it just returns and error saying it can't find background directory "Error: ENOENT: no such file or directory, scandir 'D:\art-engine-nested-folder-structure\art-engine-nested-folder-structure\layers/Background/'"
current layer config:
But basically what I'm asking is, is it possible to have the target subdirectory change so to speak when using nested folders? how do i do pls help
Beta Was this translation helpful? Give feedback.
All reactions