netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

Change created dxf file folder

Open LauraBolanos05 opened this issue 1 year ago • 1 comments

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

LauraBolanos05 avatar Jul 15 '22 17:07 LauraBolanos05

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

haplokuon avatar Jul 16 '22 13:07 haplokuon