News:
Home
Help
Search
Login
Register
August 23, 2026, 09:38:30 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Creating Folders on SD card
« previous
next »
Print
Pages: [
1
]
Author
Topic: Creating Folders on SD card (Read 7036 times)
PLCwannabe
Hero Member
Posts: 208
Creating Folders on SD card
«
on:
March 10, 2020, 12:46:09 AM »
Is it possible to create a folder within a folder on an SD card (with plc) and have the new folders name be a string? Attached is a snip of the code I'm using, but it's not working like I want it to. It just names the new folder "SS202" instead of the name stored in SS202.
Logged
Controls Guy
Internal Dev
Hero Member
Posts: 3626
Darth Ladder
Re: Creating Folders on SD card
«
Reply #1 on:
March 10, 2020, 01:22:33 AM »
In the folder name, the SS202 is inside the quotes, so it's taken literally. You need to build the folder name, put it in a string variable, and reference that variable in the box, without quotes.
Logged
I retract my earlier statement that half of all politicians are crooks. Half of all politicians are NOT crooks. There.
PLCwannabe
Hero Member
Posts: 208
Re: Creating Folders on SD card
«
Reply #2 on:
March 10, 2020, 09:54:56 AM »
Got it working now. Thanks a lot.
Logged
Controls Guy
Internal Dev
Hero Member
Posts: 3626
Darth Ladder
Re: Creating Folders on SD card
«
Reply #3 on:
March 10, 2020, 10:24:50 AM »
Good deal!
Logged
I retract my earlier statement that half of all politicians are crooks. Half of all politicians are NOT crooks. There.
Print
Pages: [
1
]
« previous
next »
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Creating Folders on SD card