Searched defs:fileparse (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm5 fileparse - split a pathname into pieces
15 ($name,$path,$suffix) = fileparse($fullname,@suffixlist)
20 ($name,$path,$suffix) = fileparse("lib/File/Basename.pm",qr{\.pm});
39 fileparse(), basename(), and dirname(). If it contains none of
55 =item fileparse
57 The fileparse() routine divides a file specification into three
79 ($base,$path,$type) = fileparse('/virgil/aeneid/draft.book7',
90 ($name,$dir,$type) = fileparse('Doc_Root:[Help]Rhetoric.Rnh',
104 by calling fileparse() with the same arguments, except that it always
112 second element of the list produced by calling fileparse() wit
168 sub fileparse { subroutine
[all...]

Completed in 20 milliseconds