LabWindows/CVI

取消
顯示結果 
搜尋替代 
您的意思是: 

i have one file ss_fpga.rbt,abcd.txt how to know the details of the file

i have  one file  ss_fpga.rbt,abcd.txt how to know  the details  of the file  (when was the date created ,when was date modfied,owner) any function is there like   GetFileInfo

0 積分
1 條訊息(共 18 條)
5,846 檢視

me only posted that one in stack over flow

0 積分
3 條訊息(共 18 條)
5,828 檢視

And It's ansered 😉 thanks to say it resolve(click on the "V" and up the anser).

0 積分
4 條訊息(共 18 條)
5,826 檢視

ok

any function is there like that in lab windows/cvi...???

 

0 積分
5 條訊息(共 18 條)
5,816 檢視

Yes there is some, called stat(), look the links in your post in stack overflow, there is a lot of link in the anser.

 

They talk about sys/stat.h a C header, witch contain the stat() function.

 

stat() return a lot of things (size, changes, access etc) about files. look the "here" everywhere in the Yann anser, UP his anser and put the subject as resolved.

 

Thanks,

0 積分
6 條訊息(共 18 條)
5,808 檢視

ok boss thank you...where you from??

 

0 積分
7 條訊息(共 18 條)
5,807 檢視

france

0 積分
8 條訊息(共 18 條)
5,805 檢視

kk..am frm india

0 積分
9 條訊息(共 18 條)
5,803 檢視
  • LabWindows/CVI is an ANSI C integrated development environment
  • stat () does not belong to ANSI C
  • LabWindows/CVI does not provide a stat.h
  • if you have the full version of LabWindows/CVI you could use the Win32 API function GetFileAttributes ()
0 積分
10 條訊息(共 18 條)
5,784 檢視