X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FTools%2FDirectories.py;h=0d238b3043a2a5041d98d6e613677af1425e571f;hp=2b60924c72a7cc8d33217bfcd8c4ccb3470e4aa1;hb=09565fe7720e8e042712b42a9dc7aac2949130cb;hpb=e3c0ee4aa8e16c605cbd09e63b0ee14582680b0d diff --git a/lib/python/Tools/Directories.py b/lib/python/Tools/Directories.py index 2b60924..0d238b3 100644 --- a/lib/python/Tools/Directories.py +++ b/lib/python/Tools/Directories.py @@ -126,6 +126,9 @@ def resolveFilename(scope, base = "", path_prefix = None): def pathExists(path): return os_path.exists(path) +def isMount(path): + return os_path.ismount(path) + def createDir(path, makeParents = False): try: if makeParents: