April 14, 2026
7:04 p.m.
Implement several stub methods on Scripting.FileSystemObject's IFolder and IFile interfaces (ParentFolder, IsRootFolder, Attributes, date getters), and fix a latent BSTR length off-by-one in create_folder that the ParentFolder root-path case depends on. -- v3: scrrun: Implement IFolder and IFile date getters. scrrun: Implement IFolder::get_Attributes and IFolder::put_Attributes. scrrun: Implement IFolder::get_IsRootFolder. scrrun: Implement IFile::get_ParentFolder. https://gitlab.winehq.org/wine/wine/-/merge_requests/10661