1. Opened files

Hello,

how can I find which files are currently opened in my euphoria program ?

Vlado

new topic     » topic index » view message » categorize

2. Re: Opened files

daduko said...

how can I find which files are currently opened in my euphoria program ?

I'm not sure about what you are asking for. Is it ...

  1. Can I write a program in Euphoria that shows what files have been opened by other processes?
  2. Can I find out which files my Euphoria program has opened?

In the first case, it depends on if your running under Windows or Linux. And what level of permission your program runs with. You need to access the operating system's API for handles and select out the files.

In the second case, its just a matter of recording the file name against the opened handle whenever you open a file.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu