Exemple #1
0
	def __init__(self, fullPath):
		Entry.__init__(self, fullPath, 'file')
Exemple #2
0
	def __init__(self, fullPath):
		Entry.__init__(self, Type.FILE, fullPath)
Exemple #3
0
	def __init__(self, fullPath):
		Entry.__init__(self, fullPath, 'dir')
		self.entries = self.getEntries(fullPath)
Exemple #4
0
 def __init__(self):
     Entry.__init__(self, "")
     self.value = 0