Robot Framework
robotpath.py File Reference

Go to the source code of this file.

Namespaces

 robot.utils.robotpath
 

Functions

def robot.utils.robotpath._common_path (p1, p2)
 Returns the longest path common to p1 and p2. More...
 
def robot.utils.robotpath._find_absolute_path (path)
 
def robot.utils.robotpath._find_relative_path (path, basedir)
 
def robot.utils.robotpath._get_link_path (target, base)
 
def robot.utils.robotpath._is_valid_file (path)
 
def robot.utils.robotpath.abspath (path, case_normalize=False)
 Replacement for os.path.abspath with some enhancements and bug fixes. More...
 
def robot.utils.robotpath.find_file (path, basedir='.', file_type=None)
 
def robot.utils.robotpath.get_link_path (target, base)
 Returns a relative path to target from base. More...
 
def robot.utils.robotpath.normpath (path, case_normalize=False)
 Replacement for os.path.normpath with some enhancements. More...
 

Variables

bool robot.utils.robotpath.CASE_INSENSITIVE_FILESYSTEM = True