mr_suleyman
13th September 2004, 15:21
Hello all ,
I want to control my data file by using function client2server()
My used scripts are follow. My aim is to kontrol whether there is a mydata.txt on windows or not.I couldn't know and get return values of client2server() by using following coding. Can anyone help me ?
filepath = "\\cmsmrkdcexc01\bayidosya\mydata.txt"
dll_id = load_dll("/bse/tools/ttB40_c1/ottdll/odllbw")
func_id = get_function(dll_id, "client2server" )
ret = exec_function(dll_id, func_id, app_id,filepath,"/bse/data.txt",true)
Thanks ...
I want to control my data file by using function client2server()
My used scripts are follow. My aim is to kontrol whether there is a mydata.txt on windows or not.I couldn't know and get return values of client2server() by using following coding. Can anyone help me ?
filepath = "\\cmsmrkdcexc01\bayidosya\mydata.txt"
dll_id = load_dll("/bse/tools/ttB40_c1/ottdll/odllbw")
func_id = get_function(dll_id, "client2server" )
ret = exec_function(dll_id, func_id, app_id,filepath,"/bse/data.txt",true)
Thanks ...