I would like to load parameters from an external EXCEL file.
I loaded the file by using B4J files system command. File has been copied in "Files" folder of my program.
I understood that external loaded files are in the "DirAssets" folder;
But my program (B4J) cannot find it
If File.Exists(File.DirAssets,"MesMacros.xls") = True Then
Log ("File is founded")
Else
Log ("No file in the folder")
End If
Thanks for your help
I loaded the file by using B4J files system command. File has been copied in "Files" folder of my program.
I understood that external loaded files are in the "DirAssets" folder;
But my program (B4J) cannot find it
If File.Exists(File.DirAssets,"MesMacros.xls") = True Then
Log ("File is founded")
Else
Log ("No file in the folder")
End If
Thanks for your help