editADfile              package:PBSadmb              R Documentation

_E_d_i_t _a _F_i_l_e

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

     Edit a file using the text editor specified in '.ADopts'.

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

     editADfile(fname)

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

   fname: string name of file in current working directory (or
          elsewhere if path delimited by '/' or '\').

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

     Returns Boolean: 'TRUE' if file exists, 'FALSE' if it does not.

_N_o_t_e:

     This function explicitly uses the editor chosen for PBSadmb.
     PBSmodelling has another function 'openFile' that uses Windows
     file associations or an application specified with 'setPBSext'.

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

     Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada

_S_e_e _A_l_s_o:

     'editAD', 'makeADopts'

