DubPackageFinder

class DubPackageFinder {
string systemDubPath;
string userDubPath;
string tempPath;
}

Members

Static functions

findPackageFile
string findPackageFile(string pathName)

find package file (dub.json, package.json) in specified dir; returns absoulute path to found file or null if not found

Meta