Differences From Artifact [2b5ddbc377]:
- Executable file xvfs-create-synthetic — part of check-in [c8742de968] at 2019-09-20 16:39:35 on branch trunk — Added example of a synthetic filesystem creation (user: rkeene, size: 500) [annotate] [blame] [check-ins using]
To Artifact [4c3823a4cf]:
- Executable file xvfs-create-synthetic — part of check-in [f4ea8e39b6] at 2019-09-20 16:55:42 on branch trunk — Also include a real file in the synthetic filesystem (user: rkeene, size: 620) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + - + | type directory children "foo" } ::xvfs::processFile $fsName "" "foo" { type file fileContents "abc" } ::xvfs::processFile $fsName "./xvfs-create-synthetic" "xvfs-create-synthetic" { type file } |