findFiles             package:affxparser             R Documentation

_F_i_n_d_s _o_n_e _o_r _s_e_v_e_r_a_l _f_i_l_e_s _i_n _m_u_l_t_i_p_l_e _d_i_r_e_c_t_o_r_i_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     Finds one or several files in multiple directories.

_U_s_a_g_e:

     findFiles(pattern=NULL, paths=NULL, firstOnly=TRUE, ...)

_A_r_g_u_m_e_n_t_s:

 pattern: A regular expression file name pattern to match.

   paths: A 'character' 'vector' of paths to be searched.

firstOnly: If 'TRUE', the method returns as soon as a matching file is
          found, otherwise not.

     ...: Arguments passed to 'list.files'().

_V_a_l_u_e:

     Returns a 'vector' of the full pathnames of the files found.

_P_a_t_h_s:

     The 'paths' argument may also contain paths specified as
     semi-colon ('";"') separated paths, e.g. '"/usr/;usr/bin/;.;"'.

_W_i_n_d_o_w_s _S_h_o_r_t_c_u_t _l_i_n_k_s:

     If package 'R.utils' is available, Windows Shortcut links (*.lnk)
     are recognized and can be used to immitate links to directories
     elsewhere.  For more details, see 'filePath'.

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

