Next: , Previous: , Up: VFS.ArchiveFile   [Index]


1.208.2 VFS.ArchiveFile: directory operations

at: aName

Answer a FilePath for a file named ‘aName’ residing in the directory represented by the receiver.

nameAt: aString

Answer a FilePath for a file named ‘aName’ residing in the directory represented by the receiver.

namesDo: aBlock

Evaluate aBlock once for each file in the directory represented by the receiver, passing its name.

release

Release the resources used by the receiver that don’t survive when reloading a snapshot.