C# class that listens to the file system change notifications and raises events when a directory, or file in a directory, changes.

learn more… | top users | synonyms

0
votes
0answers
35 views

FileSystemWatcher - Reduce Multiple Event Raising (or Reduce Results of Multiple Events) in Visual Basic (VS 2012 V11)

I'm trying to reduce the number of events raised to one when the FileSystemWatcher changes (or at least display text in a textbox only once when an event is raised, by either removing the duplicate ...
0
votes
0answers
29 views

FileSystemWatcher under mono - watching subdirs

I have a problem. I have written a wrapper over FileSystemWatcher that detects changes in root folder and all of its subfolders. Nothing fancy: FileSystemWatcher watcher = new FileSystemWatcher (); ...
0
votes
2answers
28 views

Copy File on Modification FIleSystemWatcher, Visual Basic (VS 2012 V11)

After looking through many sites and some tutorial videos, I'm still stumped on this one. I'm finishing up a program and I need to add one last bit of functionality. The program works this way. The ...
0
votes
3answers
81 views

FileSystemWatcher files in subdirectory

I'm trying to be notified if a file is created, copied, or moved into a directory i'm watching. I only want to be notified about the files though, not the directories. Here's some of the code I ...
0
votes
0answers
11 views

Confusion when using Delegates in Visual Basic 2010

I have a main (UI) thread which has a 'log' window, normally hidden, and some functions which process a file when it is updated. The application launch process also sets up a FileSystemWatcher, which ...
2
votes
1answer
83 views

FileSystemWatcher not firing events

For some reason, my FileSystemWatcher is not firing any events whatsoever. I want to know any time a new file is created, deleted or renamed in my directory. _myFolderPath is being set correctly, I ...
0
votes
2answers
50 views

want a Stop FileSystemWatcher() after certain period of time in C#

I have one requirement in my C# project. I have to scan a files only for certain period of time and it will stop scanning after some hours. For continuous watching a file, I used FileSystemWatcher() ...
0
votes
1answer
42 views

Monitor changes to file system in c#

I know of the FileSystemWatcher, but the scope of this is what bothers me. I want to be able to detect if a user creates a file, anywhere on the computer. When using FileSystemWatcher, if the change ...
0
votes
1answer
24 views

Unable to access directory from FileSystemEventArgs.FullPath, wrong directory name

I am using FileSystemWatcher to track changes from a directory. The problem is that I must keep track and make modifications to any recent created sub directories inside the one I am monitoring. As of ...
0
votes
1answer
83 views

File organization powershell script

Im trying to monitor a directory and its subdirectory for new files. I want to look at the file extension and move it to its appropriate folder based on the file extension. For example, If i have a ...
0
votes
0answers
36 views

Create Autosync with Microsoft Sync Framework

I am trying to use Microsoft Sync Framework. At present, I've used example code, and I have it working to keep two folders in sync. However, it will only keep it in sync once when I run the ...
1
vote
2answers
87 views

PHPStorm IDE TypeScript File Watcher

By default in PHPStorm 6 the compiled *.js are created in the same folder than the *.ts files. What I need is that the compiled *.js and *.d.js be in a different subdirectory than the same of the ...
2
votes
3answers
70 views

C# Delaying writing to XML

I'm using Filesystemwatcher to pick up a file, convert this to UTF-8 and transfer this to the destination. Now what I want to achieve is I need to delay the xml being written to the destination. i.e. ...
0
votes
2answers
59 views

Make data available to FileSystemWatcher Event Handler

I have C# 5.0 application that involves using a FileSystemWatcher on a number of different directories. This application contains a List<> of objects. Each object describes the directory being ...
5
votes
2answers
117 views

How to change a file without affecting the “last write time”

I would like to write some stuff to file, like using( var fs = File.OpenWrite( file ) ) { fs.Write( bytes, 0, bytes.Length ); } However, this changes the "last write time". I can reset it later, ...
0
votes
0answers
31 views

COM serial adaptor ticket printer queque managing with FileSystemWatcher in C#

I have to use through C# a ticket printer through a COM serial cable. A first method is run to check all the text files in a known folder and send them one by one to the printer and each file will be ...
-1
votes
1answer
113 views

Timer with FileSystemWatcher to control file Creation [closed]

I need to check a folder for some files of a certain type, then add them to an array, and print and delete them one by one. If a new file is added during the process, it will just get added to the ...
2
votes
0answers
63 views

Qt QFileSystemWatcher only triggers with certain programs

I'm currently using a QFileSystemWatcher to monitor a directory for any changes to the files contained within. This work great, but only when I change those files with certain programs. For example, ...
0
votes
1answer
64 views

Load a xml file using XDocument.Load from FileSystemWatcher. Error “The process cannot access the file..etc”

Is there a way to fix the error "The process cannot access the file..etc". The flow is that the filesystemwatcher will watch for a xml file when I detects a xml file i need to read a specific node ...
1
vote
2answers
101 views

Filesystem Watcher - Multiple folders

I want to use filesystemwatcher to monitor multiple folders as follows. My below code only watches one folder: public static void Run() { string[] args = System.Environment.GetCommandLineArgs(); ...
1
vote
1answer
296 views

FileSystemWatcher cannot access file because its being used by another process

Here my situation. I'm still pretty new at this. I'm generating some .txt files in my linux virtual box and using a c# winform application in windows to load the data into a chart. There are around ...
6
votes
2answers
80 views

.Net - How to catch the details of the file copy/move event, such as the source file name

Just want to write a applicaiton to track the relationship between the files in the disk. We know that FileSystemWatcher can fire evetns when creating, renaming or deleting the file. But ...
0
votes
0answers
98 views

SSIS WMI event watcher sensing file before the file is available for exclusive access

I am trying to create an SSIS package using WMI event watcher to create a file watcher. I want the package to do next task after the file is completely uploaded/pasted to the folder. At the moment it ...
1
vote
3answers
130 views

Avoid Error too many changes at once in directory

how to avoid the error of FileSystemWatcher in C#? too many changes at once in directory I have to detect all changes on a network share. The InternalBufferSize is increased to 8192 * 128
0
votes
1answer
62 views

Reading the last line of a text file after FileSystemWatcher detects change

My earlier post was unreadable so. I am trying to read the last line of a text file every time it changes. The code I have is, private void fileSystemWatcherMCH1_Changed(object sender, ...
0
votes
3answers
155 views

Read last line of text file after FileSystemWatcher detects change

I am new to c# so please forgive my ignorance, I am running a fileSystemWatcher on a text file. And it is working fine, I can do some simple tasks after the file has changed. All but what I want to ...
0
votes
1answer
56 views

D3 plotter and file watcher, interference?

I am using file watcher monitoring the file output, and then dynamically display the results using d3 (dynamic data display). Here is more details: Data are series of tiff file generated one by one ...
1
vote
2answers
70 views

EnableRaisingEvents every 100 miliseconds?

I am just wondering is there anyway to turn on and off for EnableRaisingEvents every 100 miliseconds? For example, initially, the EnableRaisingEvents is set true. when there is an event coming in, ...
5
votes
1answer
88 views

FileSystemWatcher.Filter - before or after buffer?

I'm working on a project with a very large amount of files being modified and created/deleted. There are some problems with multiple FSW internal buffers filling and having to be expanded. I've ...
1
vote
2answers
181 views

File system watcher for Mac OS X

Currently, we use QFileSystemWatcher, belonging to Qt. Due to the limited support in Mac OS X, it can only notify us two events: directory changed, or file changed. However, the latter event (file ...
2
votes
2answers
72 views

How can I replicate FileSystemWatcher Filter functionality with Regex in C#

I have a single FileSystemWatcher object for a c# project, and multiple patterns to match when events occur. As a project requirement, I can't create multiple FileSystemObjects and use individual ...
0
votes
3answers
64 views

Who Change the file?

I´m writing a C# Program which record all changes in a UNC Path. I use the File-System-Watcher in c# to record all changes in my file \D/X/Y(UNC path). It works very good but now my question: how is ...
1
vote
4answers
178 views

Using FileSystemWatcher to monitor a directory

I am using a Windows Forms Application to monitor a directory and move the files dropped in it to another directory. At the moment it will copy the file to another directory, but when another file is ...
4
votes
3answers
220 views

Each time I open Visual Studio the FileSystemWatcher EnableRaisingEvent changes

I'm using C# in Visual Studio 2010 with the framework 4.0. In my project, in two different forms, there are two FileSystemWatchers with the property EnableRaisingEvent set to false. If I close Visual ...
1
vote
1answer
72 views

Use FSEvents in sandboxed app

I'm trying to use FSEvents in my sandboxed app to monitor some directories. I implemented the following class: @implementation SNTracker - (id)initWithPaths:(NSArray *)paths { self=[super init]; ...
1
vote
1answer
78 views

filewatcher watch several files but handle them differently

I need to watch several file at different time and sometimes at the same time. I am using this as a test: namespace FilewatcherTest { public partial class Form1 : Form { private ...
0
votes
1answer
73 views

C# Can FileSystemWatcher fire if the watched directory isn't empty on startup?

Basically, I've got this program which checks for changes in a directory and if anything is copied or created into said directory some stuff happens. This works fine. But I want the code to fire if ...
1
vote
0answers
87 views

Is it possible to check how full a FileSystemWatcher buffer is?

I'm debugging a (common it seems) problem with FileSystemWatcher handling large volumes of file changes. I know you can set the buffer size up to 64K using InternalBufferSize. But is there a way to ...
0
votes
1answer
155 views

FileSystemWatcher OnError is not working from Windows service

I have a FileSystemWatcher object in a Windows service. I wrote it in a console application using that app as a stub for my component. My component instantiates the FileSystemWatcher and sets up to ...
3
votes
3answers
600 views

FileSystemWatcher used to watch for folder/file open

I have browsed around but cannot find any information on what I am seeking, if there is another post that already goes over this then I apologize. I am seeking help with code that will monitor a ...
0
votes
1answer
43 views

Calling Mocha and piping results to string

I've created a a FileSystemWatcher object that I have events registered for. I intend that this script will run an execute mocha in the same directory. I can execute mocha from the script using: ...
2
votes
2answers
156 views

How to detect if the folder has finished copying?

In a project I have a working folder. If we copy files or folders of files from somewhere to this folder, I need to detect if the copying has been finished or not. After that I'd handle the files in ...
3
votes
1answer
103 views

How do I test that a FileSystemWatcher raises the correct events?

I am using a System.IO.FileSystemWatcher in one of my services. I want to test that when a file being monitored is changed, I get a notification. I was thinking about having a background thread ...
1
vote
1answer
144 views

how to wait for filesystemwatcher event to finish

Please excuse me if this is redundant, however all the questions related to this seem to point in different directions, also I am new to multithreaded programming. I have a FileSystemWatcher class ...
0
votes
0answers
75 views

Workaround for database changed from outside Event/Listener

As I learned from this question there is no technique built into SQLite to track database changes from somewhere else. This problem is to be solved in C#. I need this feature so, I am thinking about ...
0
votes
1answer
97 views

Data prefetching using scheduled tasks in an ASP.NET environment

We're developing an ASP.Net application that retrieve data from WCF services. The user interface (develped with JQM and ASP.NET) shows a loading panel while the request is processed and data are ...
1
vote
2answers
244 views

How to dispose of event listeners from FileSystemWatcher events

Using FileSystemWatcher, is there a way to dispose of instances of event listeners after an event has fired? My program basically listens for the creation of a batch.complete.xml file in newly ...
0
votes
1answer
60 views

File Watch Application fails when file saved by remote user

My problem is this, and before I annoy anybody, this is my first post so if I err, forgive me. I have created a simple windows service with a file system watcher that triggers a console application ...
0
votes
2answers
289 views

How to use FileSystemWatcher to check whether a file is locked by another process? [duplicate]

Possible Duplicate: Wait until file is unlocked in .NET I have many cases where a program must wait until a file is unlocked by another process (e.g file being copied) before it can be used ...
1
vote
0answers
44 views

FileSystemWatcher, why wont it catch a create event copied by Canon EOS

I am using a FileSystemWatcher object to catch the creation of *.jpg´s in a folder. So far it worked as a charm, i tested it by dragging jpg´s into the folder, but then i started taking pictures on a ...

1 2 3 4 5 10