Click here to Skip to main content
15,911,785 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Please help in create a javascript that would go into a list of folders and place metadata tags on the file level.

For instance, the script would look into a shared drive and look for a folder titled "Confidential". It then checks in the "Confidential" folder to see if there is a tag attached to the files.

If a tag doesn’t currently exist for a file, then attach a tag called "confidential". If a file already has a tag, then ignore and do nothing.

Needed very urgently.
Posted
Updated 2-May-11 5:34am
v3

1 solution

Hello, first, you must create an OpenFileDialog (read this: An Open File Dialog in JavaScript[^] or this post: http://stackoverflow.com/questions/3467849/find-localappdata-path-and-add-new-folder-with-javascript[^]).

If you have any question, answer to continue helping you.
Best regards.

Ángel Manuel
 
Share this answer
 

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