Nightmare Mudlib SimulEfun: path_file() mixed *path_file(mixed val); DESCRIPTION Takes a path or an array of paths and returns an array with the files and the directories those files are in separated up. EXAMPLES path_file("/secure/db/groups.db") returns ({ "/secure/db", "groups.db" }) LOCATION /secure/SimulEfun/path_file.c