Lines Matching refs:dir
37 parse arg name path dir
40 dir = value(translate(path),,'OS2ENVIRONMENT')
41 if dir = '' then return
42 dir = translate(dir, '\', '/') /* change UNIX-like path to OS/2 */
45 if dir = '' then dir = directory()
48 subdir = filespec('path', dir)
51 call runit name path filespec('drive', dir) || subdir
56 if right(dir, 1) \= '\' then dir = dir || '\'
57 rcfile = stream(dir || name, 'c', 'query exists')