netDxf
netDxf copied to clipboard
Change created dxf file folder
Hello... I'm using your library and I'm new with C#. I am doing a dll using yours as reference, I would like to know if there is a way to change where the dxf files are going to be created.... Could I specify the creation folder??? Thank you
You just need to include the folder, together with the file name, where you want to save the file. You can use absolute and relative paths. The base folder when just the file name is passed or when relative paths are used is defined by System.Environment.CurrentDirectory