26 lines
466 B
Plaintext
26 lines
466 B
Plaintext
|
|
FILE_EXISTS(1) FILE_EXISTS(1)
|
|
|
|
NAME
|
|
file_exists() - returns true if the string passed is a
|
|
file
|
|
|
|
SYNOPSIS
|
|
int file_exists(string str)
|
|
|
|
DESCRIPTION
|
|
Allows you to test to see if a file by the name passed as
|
|
an argument exists.
|
|
|
|
LOCATION
|
|
/secure/sefun/files.c
|
|
|
|
SEE ALSO
|
|
file_size()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|