Example #1
0
	def on_notepad( self, filepath ):
		filepath = Path( filepath )
		subprocess.Popen( 'notepad "%s"' % filepath.asNative(), cwd=filepath.up() )
Example #2
0
 def on_notepad(self, filepath):
     filepath = Path(filepath)
     subprocess.Popen('notepad "%s"' % filepath.asNative(), cwd=filepath.up())