C# 썸네일형 리스트형 FileSystemWatcher example 새로 파일이 생성되면 자동으로 호출되는 이벤트 핸들러 예제http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.created(v=vs.71).aspxpublic class Watcher { public static void Main() { string[] args = System.Environment.GetCommandLineArgs(); // If a directory is not specified, exit program. if(args.Length != 2) { // Display the proper way to call the program. Console.WriteLine("Usage: Watcher.exe (directory).. 더보기 이전 1 2 3 4 5 6 7 다음