Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » System » File System » FileAttributes
| Module: | FoundationLite | 
|---|
Provides information about file, e.g. size, modification time
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inFile | File | Input file | 
![]()  | 
				outSizeInKBytes | Integer | File size in kilobytes | 
![]()  | 
				outSizeInBytes | Long | File size in bytes | 
![]()  | 
				outIsReadOnly | Bool | Flag indicating whether the file is read-only | 
![]()  | 
				outAccessTime | String | File access time | 
![]()  | 
				outModificationTime | String | File modification time | 
![]()  | 
				outCreationTime | String | File creation time, 0 on unix systems | 
![]()  | 
				outAccessTimeValue | Long | File access time value | 
![]()  | 
				outModificationTimeValue | Long | File modification time value | 
![]()  | 
				outCreationTimeValue | Long | File creation time value, 0 on unix systems | 
Remarks
Linux
File creation time is unavailable when running AVL on Linux due to file system restrictions. It will always report value 0 which translates to the following time: 1970-01-01T01:00:00.
Complexity Level
This filter is available on Basic Complexity Level.

 Basic
