Module dt_core::utils[][src]

Functions

Checks if the item is for another machine (by checking its name).

Convert a path relative to the current directory to an absolute one.

Converts a path to a host-specific path. If the input path is already host-specific, returns itself; Otherwise returns the path’s name appended with “${hostname_sep}$(hostname)”.

Converts a path to a non-host-specific path. If the input path is already non-host-specific, returns itself; Otherwise returns the path’s name before hostname_sep.