1. 程式人生 > 實用技巧 >一段古董程式碼留念

一段古董程式碼留念

if SelectState == "_SCENE" then
(
    if SaveImgPath != undefined then
    (
        if checkTxt() then --三方路徑已經正確
        (
            ini = (coolFolder + (txtName.text) +".txt")
            HadIni = doesFileExist ini --如果有類別的大INI
            if turing.isTrueNmae (txtName.text) then --儲存名字非法字元檢測
            (
                if not HadIni then 
                (
                    anyCoolReadyAddLib (jpgPath.text) (txtName.text) ("新建的模板名字為 :")	"Firest"
                )
                else
                (
                    oldPath = getinisetting ini "Tip" "MaxPath"
                    if oldPath == maxPath.text then
                    (
                        anyCoolReadyAddLib (jpgPath.text) (txtName.text) ("修改的模板名字為 :")	"Last"
                    ) else turing.mbox "檢測到已存在的檔名,\n\n但配置與當前Max檔案路徑不符,\n\n請重新更改一個模板名字。"	
                )	
            )else turing.mbox "檔名存在非法字元,請重新輸入。"	
        )else turing.mbox "路徑檢測未通過。"
    )else turing.mbox "請拖入預覽圖片。"	
)else turing.mbox "請將標籤切換至[場景]"