I'm having a little difficulty determining if the path in the code below is a relative path or an absolute path. Also, in this case, I'm trying to open an image I placed inside a folder called "img" which is inside my java project directory. Please don't mind the double backslash (\), I know these only works on Windows, the only thing I wanted to ask if this path relative or absolute.
ImageView img = new ImageView(new Image("file:img\\square.png"))