FileSystem.GetFilesInFolder (deprecated)
| Method | |
|---|---|
| Module | FileSystem | 
| Library | Core | 
| Action | Returns the filename, size, created time and modified time of each file in a directory. | 
| Parameters |     | 
| Return values | If  Directory '<directory>' does not exist or Folder '<folder>' does not exist If  Directory '<directory>' is not a directory or Folder '<folder>' is not a folder If  If  Otherwise if any files are found then the result returned will have this form: 
 | 
| Example | FileSystem.GetFilesInFolder(Directory:"c:\\tmp"); FileSystem.GetFilesInFolder(Directory:"c:\\tmp", Recursive:false); | 
| Platforms | 
 | 
| Notes | The DateCreated concept does not exist on some operating systems and consequently this field will be blank where it does not apply. Where the agent cannot access  The method has been deprecated from v3.2. Use GetFilesInDirectory instead. |