Re: [Tutor] Get file last user

2011-07-14 Thread Susana Iraiis Delgado Rodriguez
Thank you Alan for your answer!! Well, I'm using Windows XP to run this script!! So I guess there's nothing I can do, about it. Than you 2011/7/12 Alan Gauld > Susana Iraiis Delgado Rodriguez wrote: > >> Hello list!!! >> >> I want to get the last user who accessed to a file, ... >> >> Is ther

Re: [Tutor] Get file last user

2011-07-13 Thread Alan Gauld
Susana Iraiis Delgado Rodriguez wrote: Hello list!!! I want to get the last user who accessed to a file, ... Is there a way to find out who used the file for the last time? You don't say which OS you are using, which bis alklimportant.l Heavy duty industrial OS like OS.390,Pick and VAX VMS do

Re: [Tutor] Get file last user

2011-07-13 Thread Alan Gauld
Susana Iraiis Delgado Rodriguez wrote: Hello list!!! I want to get the last user who accessed to a file, ... Is there a way to find out who used the file for the last time? You don't say wgich OS you are using, which bis alklimportant.l Heavy duty industrial OS like OS.390,Pick and VAX VMS do

Re: [Tutor] Get file last user

2011-07-13 Thread Alan Gauld
Susana Iraiis Delgado Rodriguez wrote: Hello list!!! I want to get the last user who accessed to a file, ... Is there a way to find out who used the file for the last time? You don't say which OS you are using, which is allimportant. Heavy duty industrial OS like OS.390,Pick and VAX VMS do re

Re: [Tutor] Get file last user

2011-07-13 Thread Alan Gauld
Susana Iraiis Delgado Rodriguez wrote: Hello list!!! I want to get the last user who accessed to a file, ... Is there a way to find out who used the file for the last time? You don't say wgich OS you are using, which bis alklimportant.l Heavy duty industrial OS like OS.390,Pick and VAX VMS do

Re: [Tutor] Get file last user

2011-07-13 Thread Steven D'Aprano
Susana Iraiis Delgado Rodriguez wrote: Hello list!!! I want to get the last user who accessed to a file, I already have the way to know who owns the file, but I really need to get this information. To get file user I'm using: os.environ.get("USERNAME") and to get the machine host: socket.gethost

[Tutor] Get file last user

2011-07-13 Thread Susana Iraiis Delgado Rodriguez
Hello list!!! I want to get the last user who accessed to a file, I already have the way to know who owns the file, but I really need to get this information. To get file user I'm using: os.environ.get("USERNAME") and to get the machine host: socket.gethostname() Is there a way to find out who use