Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started by: matrix on December 04, 2015, 04:22:32 AM
-
I need make a button to load a gcode into mach3 to run, but I need load the last
and new file on the folder (by date, and independ of name), like:
File = ("C:/mach3/Gcode/" & laste file on this folder)
and I need a script to read the Current file gcode name like:
FileName = current file name
Can someone help?