Initial Commit
This commit is contained in:
10
script/test/Loading.py
Normal file
10
script/test/Loading.py
Normal file
@@ -0,0 +1,10 @@
|
||||
s=get_context().setup
|
||||
s.expandPath("{plugins}/ScreenPanel4.class")
|
||||
name=s.expandPath("{plugins}/ScreenPanel4.class")
|
||||
import java.io.File as File
|
||||
f=File(name)
|
||||
f.exists()
|
||||
f.getPath()
|
||||
import ch.psi.utils.Loader as Loader
|
||||
c=Loader.loadClass(f.getPath())
|
||||
print c
|
||||
Reference in New Issue
Block a user