src/Pure/General/file.ML
changeset 62468 d97e13e5ea5b
parent 60982 67e389f67073
child 62549 9498623b27f0
equal deleted inserted replaced
62467:c1b88e647e2f 62468:d97e13e5ea5b
    43 struct
    43 struct
    44 
    44 
    45 (* system path representations *)
    45 (* system path representations *)
    46 
    46 
    47 val standard_path = Path.implode o Path.expand;
    47 val standard_path = Path.implode o Path.expand;
    48 val platform_path = ml_platform_path o standard_path;
    48 val platform_path = ML_System.platform_path o standard_path;
    49 
    49 
    50 val shell_quote = enclose "'" "'";
    50 val shell_quote = enclose "'" "'";
    51 val shell_path = shell_quote o standard_path;
    51 val shell_path = shell_quote o standard_path;
    52 
    52 
    53 
    53