Description
Currently we have some trash in IgfsPath class:
1) root() method;
2) new IgfsPath() which also creates a root;
3) isSame() method which simply delegates to equals().
Let's deprecate all these things and create consistent public static final ROOT singleton.