Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simphony 2.8 Local files sim access

Status
Not open for further replies.

edkriale

IS-IT--Management
Jul 30, 2009
5
GT
I am trying to develope a sim that reads a text file and shows the message on it on screen.

This is the code:
event inq: 1
var fn : n5
var sTmp : A150
fopen fn, "/micros/simphony/data/empmessage.txt", read
FReadLn fn, sTmp
errormessage sTmp
fclose fn
endevent

The problem is that the isl can not reach to that path I already tried it with c:/micros/simphony/data/empmessage.txt and c:\micros\simphony\data\empmessage.txt

The error I receive is " SIM FILE ACCESS SERVICE NOT DEFINED"

The workstations are win32 based .

Does anyone know the right path to store this file to read it or where should I put it.


Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top