Script to turn on: Branch view + details view?
Posted: 25 Mar 2012 22:33
Anyone know how to make a script to turn on: Branch view + details view? Thanks.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Something like this:ghost zero wrote:Anyone know how to make a script to turn on: Branch view + details view? Thanks.
Code: Select all
//List details+branch view
IF(get("View")!=0){
#302;
#311;
}
ELSE{
#311;
}