Access to .txt [VB.NET] -


i've developed multi-user application. 1 user saves string text file, other users have read string in background process.

my problem is: when users open file read string, user wants save new string can't write file. implement system checks if file opened or not, , in case is, waits few seconds , retries.

what function or command if file opened?

there quite few patterns can deal with. 2 i'd recommend be:


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -