Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
i want to create react web app to order files on my local machine.
i'm stuck in the start of selecting the folder to work on:

this tag should select a folder but it selects a file.

what am i missing.
also, i want to rename files, and get their attributs, how can this be done?

Thanks,
Ofer.

What I have tried:

HTML
render() {
    return (
      <div>
        <div>
          <div></div>
          
          <div> </div>
        </div>
      </div>
    );
  }
}
Posted
Updated 1-Jul-18 10:44am
v3
Comments
Kornfeld Eliyahu Peter 1-Jul-18 16:44pm    
What tag are you talking about?
Krunal Rohit 2-Jul-18 1:57am    
I don't think you can manipulate your local files using web technologies such as ReactJS. You might be able to reference them and read them, and that's it.


KR

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900