Function linux_syscall_api::create_link
source · pub fn create_link(src_path: &FilePath, dest_path: &FilePath) -> bool
Expand description
创建一个链接
返回是否创建成功(已存在的链接也会返回 true) 创建新文件时注意调用该函数创建链接
pub fn create_link(src_path: &FilePath, dest_path: &FilePath) -> bool
创建一个链接
返回是否创建成功(已存在的链接也会返回 true) 创建新文件时注意调用该函数创建链接