Coder Social home page Coder Social logo

Comments (4)

leyleo avatar leyleo commented on August 24, 2024

It seems that method

-(id)resultForData:(NSData *)data

in LEOWebDAVPropertyRequest class processed the problem, such as line 63:

if (![item.displayName hasPrefix:@"."]) {

when the item displayname start with ".", I think it's a hidden file, so it not be added to property list array.

from leowebdav.

hatim-haffane avatar hatim-haffane commented on August 24, 2024

yes but the item.displayName is always nil , i don't know why , i try to see what happend on the parser class , but i did not find where you get the displayName ???

from leowebdav.

leyleo avatar leyleo commented on August 24, 2024

from the LEOWebDAVPropertyRequest class, when generate the property request, i setup request for all property which is defined in LEOWebDAVDefines.h as kWebDAVProperty,

kWebDAVProperty = LEOWebDAVPropertyAllProperties

that means when i start propery request, i generate request body in LEOWebDAVPropertyRequest.m during line76 to line116, with all kinds of properties, include <D:displayname/>

from leowebdav.

leyleo avatar leyleo commented on August 24, 2024

U just need to define kWebDAVProperty as the LEOWebDAVProperties type.
The LEOWebDAVProperties type define is in LEOWebDAVPropertyRequest.h

from leowebdav.

Related Issues (12)

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.