Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13825845
fileutils.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
193 B
Subscribers
None
fileutils.go
View Options
package
fileutils
import
(
"os"
)
// Exists returns whether or not the given file exists
func
Exists
(
p
string
)
bool
{
if
_
,
err
:=
os
.
Stat
(
p
);
err
==
nil
{
return
true
}
return
false
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 18, 7:28 PM (11 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3630259
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment