Hi,I just stumbled across a strange piece of code, and I am wondering about the reasons behind it:FileSystemStore>>creationTime: aPathselfnodeAt: aPathifPresent: [ :entry | ^ self basicCreationTime: entry ]ifAbsent: [ ^ false ].In what case does returning "false" make sense?Doru--"Every thing has its own flow"