Exemple #1
0
 def exists(name):
   p = fs.join(AIRSTRIP_LICENSES, name)
   if fs.exists(p) and fs.isfile(p, True):
     return p
   return False