Click here to Skip to main content
15,889,768 members
Home / Discussions / C#
   

C#

 
QuestionTaking order with PDA Pin
Yulianto.25-Jul-08 4:55
Yulianto.25-Jul-08 4:55 
AnswerRe: Taking order with PDA Pin
hammerstein0525-Jul-08 5:33
hammerstein0525-Jul-08 5:33 
GeneralRe: Taking order with PDA Pin
DaveyM6925-Jul-08 6:21
professionalDaveyM6925-Jul-08 6:21 
GeneralRe: Taking order with PDA Pin
DaveyM6925-Jul-08 6:34
professionalDaveyM6925-Jul-08 6:34 
AnswerRe: Taking order with PDA Pin
DaveyM6925-Jul-08 8:07
professionalDaveyM6925-Jul-08 8:07 
Questionlan based application Pin
umeshdaiya25-Jul-08 4:04
umeshdaiya25-Jul-08 4:04 
AnswerRe: lan based application Pin
Anthony Mushrow25-Jul-08 4:42
professionalAnthony Mushrow25-Jul-08 4:42 
Questiondirectory watching Pin
stephan_00725-Jul-08 2:22
stephan_00725-Jul-08 2:22 
Hy everyone!

I know there is a c# operation, to watch a directory for changes, meaning to realize, when files are copied into it to handle them etc.

this could be done by filesystemwatcher (FileSystemWatcher watcher = new FileSystemWatcher(); )

but in which order are the files which are found in this directory handled? in alphabetical order or just picking one?

so lets say i copy three files to this directory
b_file, a_file and c_file in which order are these files handled?
and lets say there is already a d_file in it when i start the service watching, which files comes first?

because i want to realize a tool which takes the files describing what to do (in xml). so the correct order is important. therefore i have to know the files are handled in the correct order.

let's say a_file creates a file, b_file changes the contence and c_file copies it to it's destination.
so the "commandfiles" have to be handled in correct order. that's why this info is so important for me.

thanks for any hint.

stephan.
AnswerRe: directory watching Pin
benjymous25-Jul-08 3:53
benjymous25-Jul-08 3:53 
GeneralRe: directory watching Pin
stephan_00725-Jul-08 4:00
stephan_00725-Jul-08 4:00 
GeneralRe: directory watching Pin
Ashfield25-Jul-08 8:22
Ashfield25-Jul-08 8:22 
Questionbinding combobox to xml file Pin
bfis10813725-Jul-08 1:03
bfis10813725-Jul-08 1:03 
AnswerRe: binding combobox to xml file Pin
Tuwing.Sabado25-Jul-08 4:22
Tuwing.Sabado25-Jul-08 4:22 
GeneralRe: binding combobox to xml file Pin
bfis10813727-Jul-08 11:18
bfis10813727-Jul-08 11:18 
QuestionWindows Service : More than one user Service running within the same process Pin
Krugger40425-Jul-08 0:21
Krugger40425-Jul-08 0:21 
AnswerRe: Windows Service : More than one user Service running within the same process Pin
PIEBALDconsult25-Jul-08 4:15
mvePIEBALDconsult25-Jul-08 4:15 
AnswerRe: Windows Service : More than one user Service running within the same process Pin
vikas amin25-Jul-08 4:50
vikas amin25-Jul-08 4:50 
GeneralRe: Windows Service : More than one user Service running within the same process Pin
Krugger40425-Jul-08 11:09
Krugger40425-Jul-08 11:09 
Questionsystem should alert the user that the data is not saved Pin
neer125-Jul-08 0:18
neer125-Jul-08 0:18 
AnswerRe: system should alert the user that the data is not saved Pin
selcuks25-Jul-08 0:34
selcuks25-Jul-08 0:34 
Questionaccess database password Pin
lankaudaranga24-Jul-08 23:32
lankaudaranga24-Jul-08 23:32 
GeneralRe: access database password Pin
CPallini24-Jul-08 23:44
mveCPallini24-Jul-08 23:44 
AnswerRe: access database password Pin
Paul Conrad27-Jul-08 19:08
professionalPaul Conrad27-Jul-08 19:08 
Questionfilesystemwatcher Pin
arkiboys24-Jul-08 22:42
arkiboys24-Jul-08 22:42 
AnswerRe: filesystemwatcher Pin
#realJSOP25-Jul-08 4:36
mve#realJSOP25-Jul-08 4:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.