Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
75 stars 11 forks source link

SaveFileDialog issue. #56

Closed Nickelony closed 5 years ago

Nickelony commented 5 years ago

in BasicPawn/Controls and Forms/Main/Classes/ClassTabControl.vb i.FileName = m_Tab(iIndex).m_File returns the full file path instead of just the name. image

Timocop commented 5 years ago

The FileName property can handle both filename and path. I just choosed to use the path because it requires less lines. I can change it however.