From: pcanterino <> Date: Sat, 8 Jan 2005 10:18:18 +0000 (+0000) Subject: - NOW check_path() should work properly X-Git-Tag: version_2_3 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/d1804166ad8a4bf5e932ee792c46ea8ecc78a0e6?ds=sidebyside;hp=d1804166ad8a4bf5e932ee792c46ea8ecc78a0e6 - NOW check_path() should work properly I removed my self-written code to resolve "..", "...", "...." and so on and replaced it by a single call to abs_path(). That is more reliable! - file_name() and upper_path() now take care of a "multiple-slash-root-directory" and Windows drive letters ---