Ejemplo n.º 1
0
	def appendOSPathHeader(self):
		oSWrapper = OSWrapper(logging.getLogger("OSWrapper.py"))
		relativePathString = "."
		if TEMPDIRECTORY.find(relativePathString) != 0:
			self.tempDirectory = oSWrapper.getOSPathHeader() + TEMPDIRECTORY
		if BACKUPDIRECTORY.find(relativePathString) != 0:
			self.backupDirectory = oSWrapper.getOSPathHeader() + BACKUPDIRECTORY
		if LOGDIRECTORY.find(relativePathString) != 0:
			self.logDirectory = oSWrapper.getOSPathHeader() + LOGDIRECTORY