Code changes for issue #6465: SPIFFS name()/fullName() by ewaldc · Pull Request #6522 · esp8266/Arduino · GitHub
Skip to content

Code changes for issue #6465: SPIFFS name()/fullName()#6522

Closed
ewaldc wants to merge 0 commit into
esp8266:masterfrom
ewaldc:master
Closed

Code changes for issue #6465: SPIFFS name()/fullName()#6522
ewaldc wants to merge 0 commit into
esp8266:masterfrom
ewaldc:master

Conversation

@ewaldc

@ewaldc ewaldc commented Sep 15, 2019

Copy link
Copy Markdown
Contributor

code from fname() becomes fullName()
name() now returns the file name (path name is stripped off), as per SPIFFS/LittleFS documentation

Fixes #6465

@earlephilhower earlephilhower added this to the 3.0.0 milestone Sep 15, 2019

@devyte devyte left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems simple enough. Targeted for 3.0.0.

@earlephilhower earlephilhower left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, straightforward but breaking so 3.0.0 it is...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SPIFFS: name() and fullname() both return full pathname - doc specifies differently

3 participants