For further actions, you may consider blocking this person and/or reporting abuse
Read next

A step-by-step guide to creating a RESTful API using Node.js and Express, including CRUD operations and authentication
Jaimal Dullat -

An Overview of the Path to Machine Learning Engineering
Durgesh kumar prajapati -

A better way to communicate with business teams
OpenSourcee -
Optimizing Database Queries - Navigating One-to-Many Relationships with Xata's New Approach
Aadarsh Kannan -
Top comments (2)
I want to develop an image slider gallery picking images dynamicaly from a directory.
It's not possible to get direct access to the file system. That would be extremely unsafe. You could use an input to allow the user to select files but I don't think that's what you're looking for.