Main
|
Resume
|
Showreel
|
Blog
|
Script
|
Contact
connexion
go to footer
expand all
|
collapse all
languages
class
All
JScript|XSI
Python|XSI
JScript|WEB
Python|Maya
All
Memo
learning
DDD
php
tool
keyboard tooltips
rig
OpenFolder()
- All - felixlecha
// Open folder in Windows Explorer function OpenFolder() { var sFolderPath = "C:\\"; XSIUtils.LaunchProcess( "Explorer.exe " + sFolderPath, false, sFolderPath ); }