Artifact 173b220a1b68f8fb5637bcf6226a857b81dffeaf:
- File packages/flow/lib/file.tcl — part of check-in [2008c50094] at 2017-04-29 13:32:48 on branch trunk — {ycl flow step} {new package} (user: pooryorick size: 380)
#! /bin/env tclsh package require {ycl flow step} package require {ycl file signature} namespace import [yclprefix]::file::signature::sha256sig [yclprefix] flow step spawn [namespace current] variable doc::configure [[namespace current] $ doc::configure] dict set doc::configure args target description { The name of a file. } proc exists {_ target} { file exists $target }