|
|
|
|
|
by DCH3416
491 days ago
|
|
Files will always exist conceptually as a way of expressing data. The notion of sharing exists because of sandboxing and the need to exchange data between apps. This has been extended beyond just apps to sharing between multiple users or endpoints. Actual file naming for some objects has been superseded by meta data and tagging because it provides a better way of describing the thing. The goal has always been to pull file management away from users. Because they don't need to know or care how the internal data structures work. So yes, in a sense file management is trending towards more of a need to know basis. |
|