diff --git a/dxf2gcode.go b/dxf2gcode.go index 0d53da1..8f7465c 100644 --- a/dxf2gcode.go +++ b/dxf2gcode.go @@ -226,6 +226,9 @@ func main(){ } } else { //inFile = "test.dxf" + pwd, err := os.Getwd() + check(err) + fmt.Println("Current Working Directory is:", pwd) fmt.Println("Usage is: dxf2g filename.ext") fmt.Println("Usage is: dxf2g -v") os.Exit(0)