Artifact d7bc17ab8881747e996a454da72603ae1c716d27:
- File effects/gap-edit.post — part of check-in [97b6bb7da0] at 2012-04-05 13:56:49 on branch trunk — New "effect" (for editing selected range of frames in GIMP GAP). (user: saul size: 129)
use File::Path; my $rfx_gap_dir = "./gap-clip"; #-- remove the GAP directory if (-d $rfx_gap_dir) { rmtree($rfx_gap_dir); };