Hey everyone! I'm Angie Jones - a Senior Developer Advocate who specializes in test automation strategies and techniques. I share my wealth of knowledge by speaking and teaching at software conferences all over the world, writing tutorials and techni...
I'm working with some legacy code and have to remake a software module. The module previously used Runtime.exec() for things such as making a directory, removing a directory, unzipping a file, and copying files. The software runs on Linux servers and...