tailieunhanh - IT-Programing Help part 28
Tham khảo tài liệu 'it-programing help part 28', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Function Reference FileGetAttrib trả lại chuỗi kí tự mang thuộc tính của file. FileGetAttrib filename Parameters filename đường dẫn tới file hoặc thư mục Return Value Success trả lại 1 chuỗi gồm các thuộc tính của file xem bên dưới Failure trả chuỗi rỗng và set @error 1. Remarks chuỗi trả lại là sự kết hợp của các kí tự sau vd RA là readonly và archive R READONLY A ARCHIVE S SYSTEM H HIDDEN N NORMAL D DIRECTORY O OFFLINE C COMPRESSED nén kiểu NTFS ko phải kiểu nén ZIP T TEMPORARY Related FileGetTime FileSetAttrib Example attrib FileGetAttrib c If @error Then MsgBox 4096 Error Could not obtain attributes. Exit Else If StringInStr attrib R Then MsgBox 4096 File is read-only. EndIf EndIf Display full attribute information in text form Arrays rely upon the fact that each capital letter is unique Figuring out how this works is a good string exercise. input StringSplit R A S H N D O C T output StringSplit Read-only Archive System Hidden _ Normal Directory Offline Compressed Temporary For i 1 to 9 attrib StringReplace attrib input i output i 0 1 last parameter in StringReplace means case-sensitivity Next attrib StringTrimRight attrib 2 remove trailing slash MsgBox 0 Full file attributes attrib Function Reference FileGetLongName trả lại tên dài FileGetLongName file flag Parameters file đường dẫn tới file cần chuyển đổi flag nếu là 1 thì tệp tin ko cần chỉ rod đường dẫn vd . . Return Value Success trả lại chuỗi kí tự Failure trả lại tham số và sets @error 1. Remarks None. Related FileGetShortName Example a FileGetLongName @HomeDrive PROGRA 1 msgbox 0 long file name a a is probably x Program Files Function Reference FileGetShortcut trả lại thông tin chi tiết của shortcut FileGetShortcut lnk .
đang nạp các trang xem trước