LocalStorage with VisualNeo Web - Forum

Forum Navigation
You need to log in to create posts and topics.

LocalStorage with VisualNeo Web

Hi,

Is there a possibility to know if a file exist in the local storage ?

If the file exist, we have a [variable] = "true", if not, the [variable] is "false" and then we create the file with a value in it.

I have the feeling that my question is a bit silly... But I am stuck...

Thank you for help.

@cdy44-2 there are not real files when you use LocalStorage, just chunks of data saved with their own names. Use neoLocalStorage instead to get all the items stored: neoGetItemsNames.

CDY@44 has reacted to this post.
CDY@44

Thank you so much @luishp !
I saw "LocalStorage"....but not "neoLocalStorage" !!! ;)

I do like VisualNeo Web !!!!

Best regards,

luishp has reacted to this post.
luishp