Hello guys,I am trying to use arcpy to generate directions for each route and save it for each day. From help section this is what I have.
arcpy.na.Directions("Network Analysis Layer","TEXT","C:/temp/" + day1 + ".txt","Miles","REPORT_TIME","Minutes")
If I have an mxd which has a VRP Layer, how to best use arcpy to access it and loop to generate all directions. I have my routes named as Day1, Day2, Day3 etc.,Please help!!Thanks in advance-PawanArcGIS Desktop 10.1 (Advanced)