Subversion Repositories Kolibri OS

Rev

Rev 485 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 485 Rev 6328
Line 114... Line 114...
114
 
114
 
115
;----------------------------------------------------------
115
;----------------------------------------------------------
116
;-------------file information structure-------------------
116
;-------------file information structure-------------------
Line 117... Line -...
117
;----------------------------------------------------------
-
 
118
 
-
 
119
file_information:
-
 
120
 
-
 
121
  dd 5
-
 
122
  dd 0
-
 
123
  dd 0
117
;----------------------------------------------------------
124
  dd 0
-
 
125
  dd bufer_for_info
-
 
Line 126... Line 118...
126
  dd 0
118
 
Line 127... Line 119...
127
  dd filepath
119
file_information FileInfoBlock 5,0,0,0,bufer_for_info,0,filepath
128
 
120