Is it possible to read and update data from text file whle running the script
Is it possible to read and update data from text file like INI files. Basically I want to read particular values from text files like INI files and run the script with that data read from ini f...
You can work with such files either as with text ones, or using the INI method of the Storages object. For more information, refer to the Reading Data From External Files help topic.