File Info

Returns metadata for a file. Supports local filesystem and UNC paths.

The File Info Node is not executable in Run From Cloud configuration and should instead be run from a DropPoint.

This Node is only available in the 2023 Refresh.

Revision History

2.0.0.0 - Initial Release
2.0.0.1 - Fixed exception: Poll interval too long

Properties

Connection

Type: Connection Input
Provides a Connection and a DropPoint to service the request.

Path

Type: String Input
The path to the file. This may be a UNC path, a relative or absolute local path.

Content

Type: Multiline Text Output
The Content Property
JSON output containing metadata in the format:

{
	"ObjectType": "Directory",
	"ObjectPermission": "NotApplicable",
	"SizeInBytes": 975232446,
	"CreationTime": "YYYY-MM-DDTHH:MM:SSZ",
	"LastAccessTime": "YYYY-MM-DDTHH:MM:SSZ",
	"LastWriteTime": "YYYY-MM-DDTHH:MM:SSZ"
}

Authentication

If you require specific credentials to gain access to a local file or UNC path, change the Windows Service account used by the DropPoint.

See Also

File Compressor
Flat File
File Read
File Write
File Delete
File Enumerate
File Copy
File Move
File Watch