added 'stat' winix function
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@665 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -236,6 +236,22 @@ namespace TemplatesFunctions
|
||||
void rebus_question(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
stat
|
||||
*/
|
||||
void stat_item_type_is_file(Info & i);
|
||||
void stat_item_type_is_static_file(Info & i);
|
||||
void stat_item_type_is_dir(Info & i);
|
||||
void stat_item_inode(Info & i);
|
||||
void stat_item_user(Info & i);
|
||||
void stat_item_group(Info & i);
|
||||
void stat_item_privileges(Info & i);
|
||||
void stat_item_date_creation(Info & i);
|
||||
void stat_item_date_modification(Info & i);
|
||||
void stat_item_template(Info & i);
|
||||
void stat_item_is_template_from_mount_point(Info & i);
|
||||
|
||||
|
||||
/*
|
||||
sys
|
||||
*/
|
||||
|
Reference in New Issue
Block a user