paynea
Member
hello there,
i dont know where to go on this and need a pointer. does anyone know of a function that can evaluate the open/closed status of a given file?
in my app, im opening files using the System.Diagnostics.Process.Start(filename) to open the file with its default application. i need to run a check so i can change some file attributes once the file is closed.
i had thought i could use a timer to evaluate weather the file is open or not. i cant find any functions in the IO class that can do this?
thanks,
drew.
i dont know where to go on this and need a pointer. does anyone know of a function that can evaluate the open/closed status of a given file?
in my app, im opening files using the System.Diagnostics.Process.Start(filename) to open the file with its default application. i need to run a check so i can change some file attributes once the file is closed.
i had thought i could use a timer to evaluate weather the file is open or not. i cant find any functions in the IO class that can do this?
thanks,
drew.