gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

Fs node extractor

TASK
2 times
100 %
37 milliseconds
Typing name :  TASK.gws_core.FsNodeExtractor Brick :  gws_core

Extract a sub file or folder from a folder to generated a new resource

Task to extract a file from a folder to create a resource.

This is useful when you want to use a specific file or folder from a folder in another scenario.

A new resource is created but he file is not copied, a symbolic link is created to the original file. If the original folder is deleted, the extracted resource will be deleted as well.

Input

Folder

Output

Fs node

Configuration

fs_node_path

Path to the sub file or folder to extract

Type : string

fs_node_typing_name

Optional

Override typing name of the FSNode to create. Leave empty to infer from the path

Type : string