- removed .Directory and .Paths accessors - build script using bits/ - typescript definitions in misc/
12 lines
174 B
JavaScript
12 lines
174 B
JavaScript
var rval = {
|
|
raw: {header: header, sectors: sectors},
|
|
FileIndex: FileIndex,
|
|
FullPaths: FullPaths,
|
|
FullPathDir: FullPathDir,
|
|
find: find_path
|
|
};
|
|
|
|
return rval;
|
|
} // parse
|
|
|