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 859d208 commit a6e4845Copy full SHA for a6e4845
+stdlib/create_symlink.m
@@ -28,7 +28,7 @@
28
% see example/javaCreateSymbolicLink.m for a non-working attempt in Matlab.
29
if stdlib.has_python()
30
try
31
- py.pathlib.Path(link).symlink_to(target);
+ py.os.symlink(target, link);
32
ok = true;
33
catch e
34
warning(e.identifier, "%s", e.message)
0 commit comments