Open a #resource using FileOpen function

 
Hello. Is that possible to do this considering the FileOpen function works with specific directories only?
 
Yashar Seyyedin:
Hello. Is that possible to do this considering the FileOpen function works with specific directories only?

No, a resource is not a file. So you don't need to open it.

It's directly available as a variable you have to process. For example :

#resource "\\your_data_file.bin" as SCustomStruct data[]
 
Alain Verleyen #:

No, a resource is not a file. So you don't need to open it.

Thanks