获取scala工作表文件目录

时间:2019-03-01 16:06:21

标签: scala intellij-idea

所以我想在scala工作表中读取图像文件,但是我不想使用绝对路径,因此其他人无需在运行前更改代码,我该如何实现?以下方法返回IDE路径,而不是我的项目路径。

图像文件和工作表文件位于同一目录

<Button onPress={() => {
  // get the index of the route
  let index = this.props.navigation.dangerouslyGetParent().state.index;
  // handle the index we get
  if (index > 0) {
    this.props.navigation.goBack();
  } else {
    this.doSomething();
  }
}}/>

0 个答案:

没有答案