GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SHTK_FS_JOIN_PATHS(3) FreeBSD Library Functions Manual SHTK_FS_JOIN_PATHS(3)

shtk_fs_join_pathsConcatenates a series of path entries

shtk_import fs

shtk_fs_join_paths path1 [.. pathN]

The shtk_fs_join_paths function takes a collection of path components and concatenates them, printing the result to stdout.

The resulting path is normalized according to the rules described in shtk_fs_normalize_path(3).

shtk_fs_join_paths returns 0.

shtk_fs_join_paths foo//bar /baz/.  # Prints ./foo/bar/baz
shtk_fs_join_paths /bin ls  # Prints /bin/ls

shtk(3), shtk_fs(3)

shtk_fs_join_paths first appeared in shtk 1.7.

September 18, 2016 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.