We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57676cb commit 62897e6Copy full SHA for 62897e6
en-us/api/QuecPythonThirdlib.md
@@ -1775,7 +1775,7 @@ Check whether the file or folder exists
1775
1776
```python
1777
import ql_fs
1778
-ret = ql_fs.ql_fs.path_dirname("/usr/xxx.py")
+ret = ql_fs.path_exists("/usr/xxx.py")
1779
print(ret)
1780
1781
#Print true does not exist false
zh-cn/api/QuecPythonThirdlib.md
@@ -1806,7 +1806,7 @@ REPL refuse
1806
1807
1808
1809
1810
1811
1812
# 存在打印True 不存在 False
0 commit comments