When having this tag in form
<input type="file" webkitdirectory directory multiple />
it provides user by a window to chose dir to upload files from
I want the same action but just get the dir without uploading any file
I need it for offline project, so if it needs more authentications no problem.