Ocaml: Set current working directory?
How do I set the current working directory on a windows system? ...
How do I set the current working directory on a windows system? ...
Thanks for any response ...
I'm running Ruby on Windows though I don't know if that should make a difference. All I want to do is get the current working directory's absolute path. Is this possible from irb? Apparently from a script it's possible using File.expand_path(FILE) But from irb I tried the following and got a "Permission denied" error: File.new(Dir.n...
I have an SWF that loads other SWF files within it. For clarity, the parent SWF I will call Parent, and the child SWF I will call Child. (The child SWF is from an Adobe Captivate export) The Parent SWF exists within a directory, /webroot/swf/parent.swf The Child SWF exists within another directory, /webroot/children/child.swf The Child...
Let's say I have my main class in C:\Users\Justian\Documents. How can I get my program to show that it's in C:\Users\Justian\Documents. Hard-Coding is not an option- it needs to be adaptable if it's moved to another location. I want to dump a bunch of CSV files in a folder, have the program recognize all the files, then load the data ...