remote-apis-sdks icon indicating copy to clipboard operation
remote-apis-sdks copied to clipboard

Get input output list with symlinks

Open ywmei-brt1 opened this issue 10 months ago • 2 comments

Add a function, GetIO, to return list of inputs and outputs.

Note that symlinks with new name: my_sym_link (path), point to a old name: my_origional_file (target) will be represent as a string my_sym_link->my_origional_file (from path to target)

ywmei-brt1 avatar Mar 27 '24 04:03 ywmei-brt1

Will separate the input field and output field into

  • input/output files,
  • input/output files symlinks,
  • input/output directories
  • input/output directories symlinks

ywmei-brt1 avatar Mar 28 '24 13:03 ywmei-brt1

Inputs are separated as 1) Paths, the 2) Symlinks, as there is no such thing as input directories; Outputs are separated as 1) File 2) Dir, 3) File Symlinks, 4) Dir Symlinks.

ywmei-brt1 avatar Apr 02 '24 13:04 ywmei-brt1