Quote:
Originally Posted by Corona688
You're very, very close - close enough that I wonder if this is permissions issues rather than program ones... Or, perhaps, parts of the program we didn't see, preventing it from working.
You were correct btw, the way it was originally written was trying to access linux root directory.
Quote:
Originally Posted by jlliagre
By the way, although I don't think this is the issue, you shouldn't double the directory separators:
Interesting, strangely it works both ways.
Quote:
Originally Posted by RudiC
WHAT doesn't work? Any error messages? Odd behaviour? Is the source file correctly located/found (in the current working directory)?
No errors everything compiles fine, just can't get it to move up
the directory tree 2 levels.
seems the best I can do is
cp file ../ and move up one directory. I may have to rearrange my directory structure to get this to work in linux. Thanks for all your suggestions