ID:155416
![]() Jul 13 2011, 3:06 pm
|
|
Is there any way in the DM language to directly edit a text file? thanks!
|
![]() Jul 13 2011, 5:07 pm
|
|
Try read: text2flie, file2text & shell
|
text2file&file2text don't return exactly what I want, experimenting with shell.
any specific command I should use w/ shell? |
var/file_text = file2text("myfile.txt") file2text() and text2file() were exactly what you were looking for, I don't see how you thought otherwise. |