May 22, 2013
5:53 p.m.
Hi I'm doing a pass on the FileSystem chapter (yes you know the documentation that nobody write but everybody wants to read), I'm updating/adding method comments and I get the following. paf does not exist (FileSystem disk workingDirectory / 'paf' ) delete. works without barking => may delete should barks to be consistent. (FileSystem disk workingDirectory / 'paf' ) deleteAll. barks! (FileSystem disk workingDirectory / 'paf' ) deleteAllChildren. barks! (FileSystem disk workingDirectory / 'paf' ) deleteIfAbsent: [ Warning signal: ' File does not exist' ] . works Stef