1# Generated by roxygen2: do not edit by hand
2
3S3method("!",fs_perms)
4S3method("&",fs_perms)
5S3method("+",fs_path)
6S3method("/",fs_path)
7S3method("==",fs_perms)
8S3method("[",fs_bytes)
9S3method("[",fs_path)
10S3method("[",fs_perms)
11S3method("[[",fs_bytes)
12S3method("[[",fs_path)
13S3method("[[",fs_perms)
14S3method("|",fs_perms)
15S3method(Ops,fs_bytes)
16S3method(as.character,fs_bytes)
17S3method(as.character,fs_perms)
18S3method(as_fs_bytes,default)
19S3method(as_fs_bytes,fs_bytes)
20S3method(as_fs_bytes,numeric)
21S3method(as_fs_path,"NULL")
22S3method(as_fs_path,character)
23S3method(as_fs_perms,"NULL")
24S3method(as_fs_perms,character)
25S3method(as_fs_perms,fs_perms)
26S3method(as_fs_perms,integer)
27S3method(as_fs_perms,numeric)
28S3method(as_fs_perms,octmode)
29S3method(format,fs_bytes)
30S3method(format,fs_perms)
31S3method(max,fs_bytes)
32S3method(min,fs_bytes)
33S3method(print,fs_bytes)
34S3method(print,fs_path)
35S3method(print,fs_perms)
36S3method(sum,fs_bytes)
37S3method(xtfrm,fs_path)
38export("path_ext<-")
39export(as_fs_bytes)
40export(as_fs_path)
41export(as_fs_perms)
42export(dir_copy)
43export(dir_create)
44export(dir_delete)
45export(dir_exists)
46export(dir_info)
47export(dir_ls)
48export(dir_map)
49export(dir_tree)
50export(dir_walk)
51export(file_access)
52export(file_chmod)
53export(file_chown)
54export(file_copy)
55export(file_create)
56export(file_delete)
57export(file_exists)
58export(file_info)
59export(file_move)
60export(file_show)
61export(file_size)
62export(file_temp)
63export(file_temp_pop)
64export(file_temp_push)
65export(file_touch)
66export(fs_bytes)
67export(fs_path)
68export(fs_perms)
69export(group_ids)
70export(is_absolute_path)
71export(is_dir)
72export(is_file)
73export(is_file_empty)
74export(is_link)
75export(link_copy)
76export(link_create)
77export(link_delete)
78export(link_exists)
79export(link_path)
80export(path)
81export(path_abs)
82export(path_common)
83export(path_dir)
84export(path_expand)
85export(path_expand_r)
86export(path_ext)
87export(path_ext_remove)
88export(path_ext_set)
89export(path_file)
90export(path_filter)
91export(path_has_parent)
92export(path_home)
93export(path_home_r)
94export(path_join)
95export(path_norm)
96export(path_package)
97export(path_real)
98export(path_rel)
99export(path_sanitize)
100export(path_split)
101export(path_temp)
102export(path_tidy)
103export(path_wd)
104export(user_ids)
105importFrom(methods,setOldClass)
106importFrom(stats,na.omit)
107importFrom(stats,setNames)
108importFrom(utils,browseURL)
109useDynLib(fs, .registration = TRUE)
110