I have some node and a folder node contain file nodes in my repository. My repository directory path is:
\home\myStorage\myRepository.
When I browse the repository directory, it contains some unknown files like this name: "-5597184", and some folders like these names: 0d , 0b , .... That I think these are my folder nodes. But sometimes these folders created out of myRepository directory! I don't know why!? but there is no problem in my application.
1. I just want to know why this happens? While the path for adding node is correct!
And the folders that I think are my node folders are too nested! I mean they are folder in folder in folder , like this path: /0b/95/46/fileName.pdf.
2. Why are they so?
Thank in advance.