Hi,
i make script who uses arcpy toolboxes and makes lot of output files. I set the scrath workspace for this outputs.
i have noticed, that:
arcpy.CopyFeatures_management('TreesP')
i can do not write output file name and its goes to scrath workspace, and it is nice.
But for:
arcpy.Buffer_analysis('TreesP', '', '2 Meters')
arpy do not let me not write output name and if i write it, than output goes to current workspace(not scrach).
How to make: i do not write output name and its goes to scrath workspace?
Thanks!