A
aidy
Hi,
I have a number of a directories on a server: e.g
\\server\ruby\watir
folder1, folder2, libraries #at the same level
I would like file1 and file2 to see the libraries folder.
I have tried entering this:
require '../libraries/all_libs' #all_libs is an .rb file
in a Ruby file in folder1 without success.
Thanks
Aidy
I have a number of a directories on a server: e.g
\\server\ruby\watir
folder1, folder2, libraries #at the same level
I would like file1 and file2 to see the libraries folder.
I have tried entering this:
require '../libraries/all_libs' #all_libs is an .rb file
in a Ruby file in folder1 without success.
Thanks
Aidy