Alex Boisvert wrote: > void deploy( String pathToUnpackedResources ) > void undeploy( String pathToUnpackedResources )
Please use Files as arguments instead of Strings. They exist for a reason. :) Holger
Alex Boisvert wrote: > void deploy( String pathToUnpackedResources ) > void undeploy( String pathToUnpackedResources )
Please use Files as arguments instead of Strings. They exist for a reason. :) Holger