This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Read Floating License file ( .FLF)

 I am in need of reading FLF file for getting the user details who are using the license . Can i read it from my C# application



Parents Reply Children
  • I still don't understand your interest in Elf files.

    But if you see a need to summarize the utiliation level of the license I would think the logical thing would be to contact Keil.

  • ansa posted as code. same stupid way as like like your question.

    
    "Can i read it from my C# application" is your question and the obvious answer is yes. it is a file just like any other file so you will be able to read it with any language that allows you to read a file on a windows operating system. for that matter you can also read it on linux of osx if you choose. have you got experience of reading a file? why not try with something similar first. maybe a text file or a simple binary file.