Sunday, January 27, 2008

FILE ACTIVITY'S

Here r the diffrent palettes in FILE ACTIVITY'S
1)file poller
the file poller is one which will start the process when ever there is a change in the file

2)read file
the read file is one which is used to read a file
example:here is a file name k.txt in C:\ we wan read that one we will use this read file palette

3)write file
the write file is to write some thing on a file it will write on new file or else it we re write on
a existing file to do that we have to click on the opption append . we can write text and binary

4)create file
to creat a new file we didnt have any append optoin here we can creat only once if we wan second time we have to use write file

5)list file
this gives the list of the files in the particular folder

6)remove file
to remove a file we will use this

7)rename file
rename a file we will use this

8) wait for a change in file
this we be used in between the process it will wait until there is any change in the project

2 comments:

Unknown said...

Hi .. Can u tell me a process flow on which all palettes to be used for the below scenario:

We wait till end of day for a bank transactions to complete. And at EOD we write all the number of transactions done for the day and write all those logs in a file . only once we finish writing logs in a file, we need to begin our db activity for storing all those logs in db.. But we cannot simultaneously store. Wait till write to file log completes n then initiate db activity..

Can you please brief out how can v design the business flow..

Unknown said...

Hi .. Can u tell me a process flow on which all palettes to be used for the below scenario:

We wait till end of day for a bank transactions to complete. And at EOD we write all the number of transactions done for the day and write all those logs in a file . only once we finish writing logs in a file, we need to begin our db activity for storing all those logs in db.. But we cannot simultaneously store. Wait till write to file log completes n then initiate db activity..

Can you please brief out how can v design the business flow..