When using a relative path to a file inside a then()-block, I get always a FileNotFoundException from vertx. Here is a small example:
FileProps fileProps = vertx.fileSystem.propsSync("test.html");
"test.html" is beneath "resources". This code works outside of a then()-block, but not inside. I have to use an absolute path to get it working. (vertx 2.1.5 and vertx-when 3.0.1)
When using a relative path to a file inside a then()-block, I get always a FileNotFoundException from vertx. Here is a small example:
"test.html" is beneath "resources". This code works outside of a then()-block, but not inside. I have to use an absolute path to get it working. (vertx 2.1.5 and vertx-when 3.0.1)