Displaying 2 results from an estimated 2 matches for "any_nam".
Did you mean:
any_name
2015 Aug 27
2
Proposed change in file.exists() to tolerate Windows
...gruous.
I often do have slashes on the end of directory names being tested.
Now that I understand the meaning of ?file.exists, I need to wrap the
name being checked in a slash-deleter
## delete trailing slashes
dts <- function(name) gsub("/$", "", name)
if(!file.exists(dts(any_name))) { ...
Can't you make file.exists do this invisibly? Maybe the argument could
be filtered through normalizePath() instead.
If not, would you please consider putting a workaround like mine into
the file.exists documentation so Windows users can see how easy this
is to avoid?
Respectfully y...
2004 Jul 07
0
Conf files doubt
Hello guys, I am here again, sorry for borring but I
in freeze here! : )
Just for resuming some doubts:
+ The extension.conf file:
has a [general] context for "general" configurations,
and a [global] context for global variables. The
another context [any_name] are context for "handle the
calls",
for example:
exten => 1001,1,Dial(SIP/1001@10.11.2.121,30) means,
when the 1001 is calling send the call to device
10.11.2.121 using the SIP protocol and get the phone
1001 (this call is performed by 30 sec). Its true?!?!
+ The h323.conf file:...