Remove miscControl and move Ci Delay option to CI Setting.
[vuplus_dvbapp] / lib / python / Tools / Directories.py
index b886459..6aa5271 100755 (executable)
@@ -242,6 +242,9 @@ def fileExists(f, mode='r'):
                acc_mode = F_OK
        return access(f, acc_mode)
 
+def fileCheck(f, mode='r'):
+       return fileExists(f, mode) and f
+
 def getRecordingFilename(basename, dirname = None):
        if not dirname.endswith('/'):
                dirname += '/'