Hi,
I want to create session files for my output.
And this data file will be stored in the server.
Thanks in Advance
So its like this
Can you please help me how can I create session for the file cy2.sif
I want to create session files for my output.
And this data file will be stored in the server.
Thanks in Advance
So its like this
Code:
.... session_file= open(path/../cy2.sif) .... .... print >>session_files, %s %s % (v[0] v[1]) v[0] and v[1] are some array consisting info to be written in cy2.sif file.
Comment