Questions tagged [pathname]

Anything related to pathnames. A pathname is a symbolic, hierarchical representation of the location of a file (or other resource) in a filesystem encoded as a string. The rules governing the syntax of pathnames differ among OSes (and sometimes among filesystems). Here is an example for Linux: "/home/user/foo/bar/hello.pdf" and one for Windows: "D:\data\foo\bar\hello.pdf"

189 questions
0
votes
1 answer

Why am I getting a file not found error in Slimv?

I've set up slimv with the following command in vim: let g:slimv_swank_cmd = '!gnome-terminal -e "sbcl --load ~/.vim/bundle/slimv/slime/start-swank.lisp &"' When opening .lisp files and starting slimv, I recieve the following error message in the…
0
votes
2 answers

Using Ruby Pathname to access relative directory

Given I have a relative path pointing to a directory how can I use it with Ruby's Pathname or File library to get the directory itself? p = Pathname.new('dir/') p.dirname => . p.directory? => false I have tried './dir/', 'dir/', 'dir'. What I want…
thisismydesign
  • 21,553
  • 9
  • 123
  • 126
0
votes
1 answer

Pathname modified with IE

I have a web site in IIS. When I open it with FireFox I have my path name like this : http://WebSiteName/ControllerName/ViewName So in IE 10 I have a string add between web site name and controller name : WebSiteName/…
VinSe
  • 3
  • 3
0
votes
0 answers

Working with Remote MSMQ with PHP

I have a server set up that uses a PHP COM to create the "MSMQ.MSMQQueueInfo" object and then as it's PathName is set to ".\private\queue". That works fine for the local queue (named "queue"). After researching online I was able to figure out if I…
0
votes
2 answers

JavaScript redirect along with custom path

I am trying to redirect my addon domain along with custom path to my main domain here is the script from addon domain's index file: