Let's say I have 3 main directories that need to be shared, I'll call them "Management", "Finance" and "Sales". There seems to be two logical ways of doing this: either I share each folder individually, or I share the parent directory.
Sharing the parent directory would be easier to set up, and also has the benefit of allowing files to be moved between directories without copying. Sharing each folder individually would give shorter file names, for example: \\File_Server\Management
instead of \\File_Server\Shared\Management
.
Is either option considered "best practice"? What are the benefits/drawbacks of each method?