Nodes: Filesystem

Last updated 5 August 2026
Name Function
Filesystem:Delete

Filesystem:Delete can delete anything from single Files,

to full directorys, so use a lot of caution when using it!

Filesystem:FileInfo

Filesystem:FileInfo provides Meta information about

a single file or Directory.

Filesystem:FileWatcher

Filesystem:FileWatcher Informs you if

any aspect of a File changes to react to it.

Filesystem:Glob

Filesystem:Glob allows you to find files on

your Videoserver when providing a valid Directory.

Filesystem:Path

Filesystem:Path allows you to Browse the videoserver

for Files or Directories and emit their Path.

It can also be used to dynamically create Paths.

Filesystem:ReadBinaryFile

Filesystem:ReadBinaryFile allows you to read

the Binary data of any file on your Videoserver.

Filesystem:ReadSRTFile

Filesystem:ReadSRTFile loads an .srt subtitle file and,

emits the subtitle text active at that time if a Timestamp is fed

to it.

Filesystem:ReadTextFile

Filesystem:ReadTextFile allows you to read

a Textfile on your videoserver and process its

text in Node editor.