private FsRoot( @NotNull NewVirtualFileSystem fs, int id, VfsData.Segment segment, VfsData.DirectoryData data, @NotNull String basePath) { super(id, segment, data, fs); myName = FileUtil.toSystemIndependentName(basePath); }
private FsRoot(@NotNull NewVirtualFileSystem fs, int rootId, @NotNull String basePath) { super(fs, rootId); myName = FileUtil.toSystemIndependentName(basePath); }