FileInformation¶
-
MacroModule
¶ genre File
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition FileHandling.def see also MakeName
keywords Filename
,read
,write
,path
,permissions
,size
,basename
,extension
,directory
Purpose¶
The module FileInformation
gives access to a lot of information about a physical file on disk such as type (file or directory), size (in bytes), creation date, file permissions, etc.
Parameter Fields¶
Field Index¶
Basename : String |
Is Readable : Bool |
Create Dir : Trigger |
Is Writable : Bool |
Created : String |
Path : String |
Directory : String |
Size (bytes) : Integer |
Exists : Bool |
Type : String |
File Extension : String |
Update : Trigger |
Filename : String |
|
Is Directory : Bool |