Export functionality, bug fixes
This commit is contained in:
parent
086f7d2887
commit
334359ac96
9 changed files with 307 additions and 141 deletions
|
@ -144,7 +144,7 @@ namespace LSLEditor.Helpers
|
|||
return filename;
|
||||
}
|
||||
|
||||
private static string RemoveDotInFrontOfFilename(string filename)
|
||||
public static string RemoveDotInFrontOfFilename(string filename)
|
||||
{
|
||||
int afterLastIndexOfSeperator = (filename.LastIndexOf('\\') > filename.LastIndexOf('/') ? filename.LastIndexOf('\\') : filename.LastIndexOf('/')) + 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue