Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

.....
DrLove73 General Coding Help 10 7,678 Jan-16-2017, 11:43 AM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

(Jan-13-2017, 01:27 PM)Kebap Wrote: Please be more specific, which error message do you see, or which unexpected output, which other would you expect? I had/have file permission issues, because even...
DrLove73 General Coding Help 10 7,678 Jan-16-2017, 08:12 AM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

I can not edit the previous post for some reason. It turns out I have security/access issues with selected files, to I consider that problem solved Next order of business is to expand the script to ...
DrLove73 General Coding Help 10 7,678 Jan-13-2017, 01:24 PM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

I have managed to fix last problem by not discarding ext string, but adding as last column in the list. Here is code: import os from os import listdir from os.path import isfile, join from datetime i...
DrLove73 General Coding Help 10 7,678 Jan-13-2017, 11:28 AM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

I have a new problem. I have a list of files that need to be deleted ("deletelist"), but to be able to delete them from filesystem, I need to locate them in actual file list ("lista"), adding directo...
DrLove73 General Coding Help 10 7,678 Jan-12-2017, 01:15 PM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

Ok, that is VERY helpful. I improved on your code so that I remove extension at the end, and then get datetime string from both date and time. I do have problem that I need to sort items in a list ac...
DrLove73 General Coding Help 10 7,678 Jan-12-2017, 10:38 AM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: RE: How to create def for sorted() from list of ve...

(Jan-11-2017, 06:09 PM)snippsat Wrote: Here are some hints. You can probably use getmtime(path), Return the time of last modification of path/file.Thank you for your effort, but as I already wrote (...
DrLove73 General Coding Help 10 7,678 Jan-12-2017, 06:54 AM
    Thread: How to create def for sorted() from list of versioning files (filename+datetime)
Post: How to create def for sorted() from list of versio...

Hi everyone. I am running FreeFileSync app on PC clients to sync/backup Users folders to network file server, with versioning turned on. System is Windows 7 64-bit with Python 3.5. Versioning does...
DrLove73 General Coding Help 10 7,678 Jan-11-2017, 02:10 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020