1 ====================================================
2 Breaking - #65305: DriverInterface has been extended
3 ====================================================
8 The getFolderInFolder and getFileInFolder functions were added to the DriverInterface.
14 Any FAL driver extension will stop working.
17 Affected Installations
18 ======================
20 Any installation with a custom FAL driver, like WebDAV or Dropbox.
26 The functions getFolderInFolder and getFileInFolder must be added to the custom FAL driver.
27 A Non-hierarchical driver needs to throw a "not implemented" exception when calling these functions.