Some APIs are very similar in file and folder. Therefore created VbaFileSystemEntity as the base class for VbaFile and VbaFolder. Objects of VbaFile and VbaFolder are not to be instantiated by the user. They should be instantiated only by the FileSystem class.
Implement the main File System structures.
Some APIs are very similar in file and folder. Therefore created
VbaFileSystemEntity
as the base class forVbaFile
andVbaFolder
. Objects ofVbaFile
andVbaFolder
are not to be instantiated by the user. They should be instantiated only by theFileSystem
class.Documentation can be found here: https://github.com/googleinterns/filesystem-in-appsscript/blob/master/docs/FileSystem.md
Implemented Properties for File and Folder:
Testing: