Closed Nickelony closed 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.
BasicPawn/Controls and Forms/Main/Classes/ClassTabControl.vb
i.FileName = m_Tab(iIndex).m_File
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.
FileName
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.