Lines Matching full:projectpath
1007 projectPath = dlg1.GetPath()
1037 file(FileFixPath(projectPath + "/" + name), 'wb').write(zip.read(name))
1040 file(FileFixPath(projectPath + "/" + name), 'w').write(zip.read(name))
1042 self.currentJetConfigFile = FileFixPath(projectPath + "/") + jtcFile
1048 self.jet_file.segments[index].filename = FileFixPath(projectPath + "/" + segment.filename)
1050 self.jet_file.segments[index].dlsfile = FileFixPath(projectPath + "/" + segment.dlsfile)
1051 self.jet_file.segments[index].output = FileFixPath(projectPath + "/" + segment.output)
1054 self.jet_file.libraries[index] = FileFixPath(projectPath + "/" + library)