Polyfile is a script to choose whether the skeinforge toolchain will operate on one file or all the files in a directory.
Settings
Polyfile Choice
Execute File
Execute All Unmodified Files in a Directory'
Example
Settings
Polyfile Choice
Default is 'Execute File',
Execute File
When selected, the toolchain will operate on only the chosen file.
Execute All Unmodified Files in a Directory'
When selected, the toolchain will operate on all the unmodifed files in the directory that the chosen file is in.
Example
Example of using polyfile follows below.
> python polyfile.py
This brings up the polyfile dialog.
Modules | ||||||
|
Functions | ||
|
Data | ||
__author__ = 'Enrique Perez (perez_enrique@yahoo.com)' __date__ = '$Date: 2008/21/04 $' __license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html' absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384) |
Author | ||
Enrique Perez (perez_enrique@yahoo.com) |