directory-flattener
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:C# Console Prog. Walks a directory and creates a new directory containing all of the files in a single folder. For moving eBook files to my iPad.
GNU General Public License, version 3 (GPL-3.0). See LICENSE.txt for additional information.

Directory flattener copies all of the files in the source-directory and its subdirectories to the target-directory, 
ignoring any hierarchical folder structure. The initial use case is to bring all eBook files to a single level, so 
they can be easily dragged into apps via iTunes. I'm sure there are other uses.

Directory Flattener - Usage:
	directory-flattener [source-directory] [target-directory]
        directory-flattener [source-directory] [target-directory] [search-pattern]

	target-directory will be created if it does not exist
	search-pattern is standard Windows style expression including wildcards (*)
		only files matching the pattern will be copied.

	source-directory is not modified.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。