-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
folder creation #6
Comments
I didn't add it as it's not available in all FS implementations. Not too hard for LittleFS. SPIFFS doesn't support folders. Which are you interested in. ESP32 or Pico W? |
ESP32 is what I am using. What would be col would be to have the ability to
update my html files over the air
Gary Anson
93137 Park Street
Cheshire, OR 97419
541.579.0500
***@***.***
CONFIDENTIALITY NOTICE: *The contents of this email message and any
attachments are intended solely for the addressee(s) and may contain
confidential and/or privileged information and may be legally protected
from disclosure. If you are not the intended recipient of this message or
their agent, or if this message has been addressed to you in error, please
immediately alert the sender by reply email and then delete this message
and any attachments. If you are not the intended recipient, you are hereby
notified that any use, dissemination, copying, or storage of this message
or its attachments is strictly prohibited.*
…On Thu, Feb 15, 2024 at 6:46 PM palmerr23 ***@***.***> wrote:
I didn't add it as it's not available in all FS implementations.
Not too hard for LittleFS. SPIFFS doesn't support folders.
Which are you interested in.
ESP32 or Pico W?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGQ2U47B2Z46ZIY6K4OM2PLYT3B77AVCNFSM6AAAAABDLBN4J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGY3TIOBRGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Gary, Yes, maintaining HTML files is the task I originally wrote the utility for! SPIFFS is the usual FS on ESP32s and it does not support folders. If you're using FATfs then extending the code to manage folders should be possible. I'm in the middle of something else at the moment, but will take a look at FATfs (and LittleFS on the Pico version) folders once I have a spare moment. I can't see too many difficulties, as all the filesystem calls are available. The main issue will be making sure it also works properly, without folders, for SPIFFS. |
Who hard would it be to add folder creation?
The text was updated successfully, but these errors were encountered: