English 中文(简体)
C#[复制]的文档改动
原标题:Monitoring File Changes in C# [duplicate]

我把C#用于一个小型的地雷项目,试图监测已经改变、删除和(或)创建的档案。 并出口到档案中。 但是,我不清楚如何监测档案。 任何想法?

最佳回答

您可使用FileSystemWatcher。 监测文件制作、修改、删除和重新命名的类别。

您有以下活动:

问题回答

如果你想更多的话,你只能与妇地会监测一名社长。 (changed+created;changed+<>re>>> 那么,你们需要另一家妇联来达到这一目的。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签