PATH_FILE(1) PATH_FILE(1)
NNAAMMEE
_p_a_t_h___f_i_l_e_(_) - returns an array of files associated with an
array of files
SSYYNNOOPPSSIISS
mixed *path_file(string|string * full_path)
DDEESSCCRRIIPPTTIIOONN
Given a path or an array of paths, this function separates
the file name from its path and returns an array with them
separated, or an array of such arrays in the event the
argument passed is an array.
EEXXAAMMPPLLEESS
+o _p_a_t_h___f_i_l_e("/secure/cfg/write.cfg") returns ({
"/secure/cfg", "write.cfg" })
LLOOCCAATTIIOONN
/secure/SimulEfun/path_file.c
SSEEEE AALLSSOO
_a_b_s_o_l_u_t_e___p_a_t_h_(_)
AAuutthhoorr
Descartes of Borg
1