Coder Social home page Coder Social logo

Support relative paths about sourcekitten HOT 8 CLOSED

jpsim avatar jpsim commented on September 17, 2024
Support relative paths

from sourcekitten.

Comments (8)

jpsim avatar jpsim commented on September 17, 2024

You have to pass in an absolute path for now

from sourcekitten.

jpsim avatar jpsim commented on September 17, 2024

@Keithbsmiley did you ever try again by passing in the absolute path?

from sourcekitten.

keith avatar keith commented on September 17, 2024

Yea that worked fine. Didn't know if you wanted this open as a reference or not.

from sourcekitten.

jpsim avatar jpsim commented on September 17, 2024

now that I've changed the title, it's more of a feature request, so we'll keep that open πŸ˜„.

Speaking of which, do you know what the Foundation equivalent of Ruby's File.expand_path would be? Looks like it might be stringByStandardizingPath.

from sourcekitten.

segiddins avatar segiddins commented on September 17, 2024
NSString.pathWithComponents(NSFileManager.defaultManager().currentDirectoryPath, userPath).stringByStandardizingPath

?

from sourcekitten.

keith avatar keith commented on September 17, 2024

Might have to check if the path that was given is absolute first.

from sourcekitten.

segiddins avatar segiddins commented on September 17, 2024
let absolutePath: String = {
    if (userPath as NSString).absolutePath {
        return userPath
    }
    else {
        return NSString.pathWithComponents([NSFileManager.defaultManager().currentDirectoryPath, userPath]).stringByStandardizingPath
    }
}()

from sourcekitten.

jpsim avatar jpsim commented on September 17, 2024

Looks like a winner to me, wanna try that out, @segiddins?

from sourcekitten.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.