• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A simple folder mirroring tool for Windows


Name Size Rev. Time Author Log Message
Engine
SimpleFolderMirror
.gitattributes 2.46 k 094a794 2015-06-19 00:24:27 to-fukuoka コミットを開始し、既定の .gitIgnore ...
.gitignore 2.18 k 094a794 2015-06-19 00:24:27 to-fukuoka コミットを開始し、既定の .gitIgnore ...
Readme.txt 436 a08b705 2015-06-19 00:25:28 to-fukuoka 最初のバージョン
SimpleFolderMirror.eap 2.14 M 7e08015 2015-06-19 00:27:19 to-fukuoka *.ldbファイルを除外
SimpleFolderMirror.sln 1.43 k a08b705 2015-06-19 00:25:28 to-fukuoka 最初のバージョン

Readme.txt

Simple Folder Mirror

* 概要

SRC に指定されたディレクトリ内を監視し、ファイルの作成・変更・削除・リネームが行われた際に、DST で指定されたディレクトリへと反映させる。
対象となるファイルは、FILTER で指定できる。また、RECURSIVE が true の場合には、再帰的に適用する。

SRC = C:\hoge
DST = D:\share\hoge
FILTER = *.txt
RECURSIVE = true