(this.state.current_folder===window.service.project.projectpath)
| 118 | getParentPath() |
| 119 | { |
| 120 | if(this.state.current_folder===window.service.project.projectpath) |
| 121 | { |
| 122 | return this.state.current_folder; |
| 123 | } |
| 124 | else |
| 125 | { |
| 126 | let path = this.state.current_folder.split('/'); |