Skip to main content

Module url

Module url 

Source
Expand description

URL type for Foundation.

Corresponds to Foundation/NSURL.hpp.

§C++ Equivalent

namespace NS {
class URL : public Copying<URL> {
public:
    static URL* fileURLWithPath(const class String* pPath);
    static URL* alloc();
    URL*        init();
    URL*        init(const class String* pString);
    URL*        initFileURLWithPath(const class String* pPath);
    const char* fileSystemRepresentation() const;
};
}

Structs§

Url
An Objective-C URL object.