Window path fallbacks

With a folder structure as below.

folder_1 ¬
    folder_2 ¬
        window
    window

system.nav.openWindow(‘folder_1/folder_2/window’)
Will open ‘folder_1/folder_2/window’ as expected.

system.nav.openWindow(‘folder_1/folder_3/window’)
I would expect this to throw a window does not exist error.
In fact it opens ‘folder_1/window’

Wow. Good catch. Fixed for 7.5.9.