Skip to content

FileNotFoundException inside then() #3

@schattenhaar

Description

@schattenhaar

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions